#42D570

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

Shades of Emerald #42D570

Tints of Emerald #42D570

Color information

#42D570 (or 0x42D570) is unknown color: approx Emerald. HEX triplet: 42, D5 and 70. RGB value is (66,213,112). Sum of RGB (Red+Green+Blue) = 66+213+112=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #42D570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D570 is #BD2A8F. Grayscale: #9D9D9D. Windows color (decimal): -12397200 or 7394626. OLE color: 7394626.

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

Color convert

RGB66213112-
CMYK0.6900.470.16
HSL138.78º63.64%54.71%-
HSV(B)138.78º69.01%83.53%-
XYZ28.9749.9223.44-
YUV157.53102.362.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.88%
GREEN value IS 213 (83.59% from 255) = 54.48%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=16.88%
G=54.48%
B=28.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662131120.6900.470.16138.7863.6454.71
Hex42D5704502F108b4037
Octal1023251601050572021310067
Binary10000101101010111100001000101010111110000100010111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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