#45D860

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

Shades of Emerald #45D860

Tints of Emerald #45D860

Color information

#45D860 (or 0x45D860) is unknown color: approx Emerald. HEX triplet: 45, D8 and 60. RGB value is (69,216,96). Sum of RGB (Red+Green+Blue) = 69+216+96=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 216 (84.77% from 255 or 56.69% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 216 - color contains mainly: green. Hex color #45D860 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D860 is #BA279F. Grayscale: #9E9E9E. Windows color (decimal): -12199840 or 6346821. OLE color: 6346821.

HSL color Cylindrical-coordinate representation of color #45D860: hue angle of 131.02º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D860 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB6921696-
CMYK0.6800.560.15
HSL131.02º65.33%55.88%-
HSV(B)131.02º68.06%84.71%-
XYZ29.1251.2219.42-
YUV158.3792.864.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 216 (84.77% from 255) = 56.69%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=18.11%
G=56.69%
B=25.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal69216960.6800.560.15131.0265.3355.88
Hex45D86044038F834138
Octal1053301401040701720310170
Binary1000101110110001100000100010001110001111100000111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,216,96); }

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

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

 a { background-color: rgb(69,216,96); }

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

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

 span { border-color: rgb(69,216,96); }

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