#45D86F

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

Shades of Emerald #45D86F

Tints of Emerald #45D86F

Color information

#45D86F (or 0x45D86F) is unknown color: approx Emerald. HEX triplet: 45, D8 and 6F. RGB value is (69,216,111). Sum of RGB (Red+Green+Blue) = 69+216+111=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 216 (84.77% from 255 or 54.55% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 216 - color contains mainly: green. Hex color #45D86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D86F is #BA2790. Grayscale: #A0A0A0. Windows color (decimal): -12199825 or 7329861. OLE color: 7329861.

HSL color Cylindrical-coordinate representation of color #45D86F: hue angle of 137.14º 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 #45D86F is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB69216111-
CMYK0.6800.490.15
HSL137.14º65.33%55.88%-
HSV(B)137.14º68.06%84.71%-
XYZ29.8851.5223.41-
YUV160.08100.363.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.42%
GREEN value IS 216 (84.77% from 255) = 54.55%
BLUE value IS 111 (43.75% from 255) = 28.03%
R=17.42%
G=54.55%
B=28.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal692161110.6800.490.15137.1465.3355.88
Hex45D86F44031F894138
Octal1053301571040611721110170
Binary1000101110110001101111100010001100011111100010011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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