#45D66F

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

Shades of Emerald #45D66F

Tints of Emerald #45D66F

Color information

#45D66F (or 0x45D66F) is unknown color: approx Emerald. HEX triplet: 45, D6 and 6F. RGB value is (69,214,111). Sum of RGB (Red+Green+Blue) = 69+214+111=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #45D66F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D66F is #BA2990. Grayscale: #9F9F9F. Windows color (decimal): -12200337 or 7329349. OLE color: 7329349.

HSL color Cylindrical-coordinate representation of color #45D66F: hue angle of 137.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D66F is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB69214111-
CMYK0.6800.480.16
HSL137.38º63.88%55.49%-
HSV(B)137.38º67.76%83.92%-
XYZ29.3750.5123.24-
YUV158.9100.9663.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.51%
GREEN value IS 214 (83.98% from 255) = 54.31%
BLUE value IS 111 (43.75% from 255) = 28.17%
R=17.51%
G=54.31%
B=28.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692141110.6800.480.16137.3863.8855.49
Hex45D66F4403010894037
Octal1053261571040602021110067
Binary10001011101011011011111000100011000010000100010011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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