#45D66E

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

Shades of Emerald #45D66E

Tints of Emerald #45D66E

Color information

#45D66E (or 0x45D66E) is unknown color: approx Emerald. HEX triplet: 45, D6 and 6E. RGB value is (69,214,110). Sum of RGB (Red+Green+Blue) = 69+214+110=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 214 (83.98% from 255 or 54.45% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 214 - color contains mainly: green. Hex color #45D66E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D66E is #BA2991. Grayscale: #9F9F9F. Windows color (decimal): -12200338 or 7263813. OLE color: 7263813.

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

Color convert

RGB69214110-
CMYK0.6800.490.16
HSL136.97º63.88%55.49%-
HSV(B)136.97º67.76%83.92%-
XYZ29.3250.4822.95-
YUV158.79100.4663.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.56%
GREEN value IS 214 (83.98% from 255) = 54.45%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=17.56%
G=54.45%
B=27.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692141100.6800.490.16136.9763.8855.49
Hex45D66E4403110894037
Octal1053261561040612021110067
Binary10001011101011011011101000100011000110000100010011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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