#42CC6E

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

Shades of Emerald #42CC6E

Tints of Emerald #42CC6E

Color information

#42CC6E (or 0x42CC6E) is unknown color: approx Emerald. HEX triplet: 42, CC and 6E. RGB value is (66,204,110). Sum of RGB (Red+Green+Blue) = 66+204+110=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 204 (80.08% from 255 or 53.68% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CC6E is #BD3391. Grayscale: #989898. Windows color (decimal): -12399506 or 7261250. OLE color: 7261250.

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

Color convert

RGB66204110-
CMYK0.6800.460.2
HSL139.13º57.5%52.94%-
HSV(B)139.13º67.65%80%-
XYZ26.6545.4722.12-
YUV152.02104.2866.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.37%
GREEN value IS 204 (80.08% from 255) = 53.68%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=17.37%
G=53.68%
B=28.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal662041100.6800.460.2139.1357.552.94
Hex42CC6E4402E148b3a35
Octal102314156104056242137265
Binary1000010110011001101110100010001011101010010001011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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