#45D274

Color #45D274 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #45D274

Tints of Emerald #45D274

Color information

#45D274 (or 0x45D274) is unknown color: approx Emerald. HEX triplet: 45, D2 and 74. RGB value is (69,210,116). Sum of RGB (Red+Green+Blue) = 69+210+116=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #45D274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D274 is #BA2D8B. Grayscale: #9D9D9D. Windows color (decimal): -12201356 or 7656005. OLE color: 7656005.

HSL color Cylindrical-coordinate representation of color #45D274: hue angle of 140º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D274 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB69210116-
CMYK0.6700.450.18
HSL140º61.04%54.71%-
HSV(B)140º67.14%82.35%-
XYZ28.6548.6224.4-
YUV157.12104.7965.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 17.47%
GREEN value IS 210 (82.42% from 255) = 53.16%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=17.47%
G=53.16%
B=29.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal692101160.6700.450.1814061.0454.71
Hex45D2744302D128c3d37
Octal105322164103055222147567
Binary1000101110100101110100100001101011011001010001100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45D274; }

 p { color: rgb(69,210,116); }

 H1.HeaderClassName
 {
   color: #45D274;
 }
 .AnyTagClassName
 {
   color: #45D274;
 }
</style>
background-color css

<style>
 a { background-color: #45D274; }

 a { background-color: rgb(69,210,116); }

 div.DivClassName
 {
   background-color: #45D274;
 }
 .BgClassName
 {
   background-color: #45D274;
 }
</style>
border-color css

<style>
 span { border-color: #45D274; }

 span { border-color: rgb(69,210,116); }

 td.TdClassName
 {
   border-color: #45D274;
 }
 .TagClassName
 {
   border-color: #45D274;
 }
</style>