#42CC70

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

Shades of Emerald #42CC70

Tints of Emerald #42CC70

Color information

#42CC70 (or 0x42CC70) is unknown color: approx Emerald. HEX triplet: 42, CC and 70. RGB value is (66,204,112). Sum of RGB (Red+Green+Blue) = 66+204+112=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CC70 is #BD338F. Grayscale: #989898. Windows color (decimal): -12399504 or 7392322. OLE color: 7392322.

HSL color Cylindrical-coordinate representation of color #42CC70: hue angle of 140º 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 #42CC70 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB66204112-
CMYK0.6800.450.2
HSL140º57.5%52.94%-
HSV(B)140º67.65%80%-
XYZ26.7645.5122.7-
YUV152.25105.2866.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.28%
GREEN value IS 204 (80.08% from 255) = 53.40%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=17.28%
G=53.40%
B=29.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal662041120.6800.450.214057.552.94
Hex42CC704402D148c3a35
Octal102314160104055242147265
Binary1000010110011001110000100010001011011010010001100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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