#45DE87

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

Shades of Emerald #45DE87

Tints of Emerald #45DE87

Color information

#45DE87 (or 0x45DE87) is unknown color: approx Emerald. HEX triplet: 45, DE and 87. RGB value is (69,222,135). Sum of RGB (Red+Green+Blue) = 69+222+135=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45DE87 is #BA2178. Grayscale: #A6A6A6. Windows color (decimal): -12198265 or 8904261. OLE color: 8904261.

HSL color Cylindrical-coordinate representation of color #45DE87: hue angle of 145.88º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DE87 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB69222135-
CMYK0.6900.390.13
HSL145.88º69.86%57.06%-
HSV(B)145.88º68.92%87.06%-
XYZ32.9555.2631.85-
YUV166.33110.3158.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.20%
GREEN value IS 222 (87.11% from 255) = 52.11%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=16.20%
G=52.11%
B=31.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692221350.6900.390.13145.8869.8657.06
Hex45DE8745027D924639
Octal1053362071050471522210671
Binary10001011101111010000111100010101001111101100100101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,222,135); }

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

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

 a { background-color: rgb(69,222,135); }

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

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

 span { border-color: rgb(69,222,135); }

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