#45CC6E

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

Shades of Emerald #45CC6E

Tints of Emerald #45CC6E

Color information

#45CC6E (or 0x45CC6E) is unknown color: approx Emerald. HEX triplet: 45, CC and 6E. RGB value is (69,204,110). Sum of RGB (Red+Green+Blue) = 69+204+110=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CC6E is #BA3391. Grayscale: #999999. Windows color (decimal): -12202898 or 7261253. OLE color: 7261253.

HSL color Cylindrical-coordinate representation of color #45CC6E: hue angle of 138.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CC6E is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB69204110-
CMYK0.6600.460.2
HSL138.22º56.96%53.53%-
HSV(B)138.22º66.18%80%-
XYZ26.8645.5822.13-
YUV152.92103.7768.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.02%
GREEN value IS 204 (80.08% from 255) = 53.26%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=18.02%
G=53.26%
B=28.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal692041100.6600.460.2138.2256.9653.53
Hex45CC6E4202E148a3936
Octal105314156102056242127166
Binary1000101110011001101110100001001011101010010001010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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