#42D880

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

Shades of Emerald #42D880

Tints of Emerald #42D880

Color information

#42D880 (or 0x42D880) is unknown color: approx Emerald. HEX triplet: 42, D8 and 80. RGB value is (66,216,128). Sum of RGB (Red+Green+Blue) = 66+216+128=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #42D880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D880 is #BD277F. Grayscale: #A1A1A1. Windows color (decimal): -12396416 or 8443970. OLE color: 8443970.

HSL color Cylindrical-coordinate representation of color #42D880: hue angle of 144.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D880 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB66216128-
CMYK0.6900.410.15
HSL144.8º65.79%55.29%-
HSV(B)144.8º69.44%84.71%-
XYZ30.751.8328.81-
YUV161.12109.360.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.10%
GREEN value IS 216 (84.77% from 255) = 52.68%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=16.10%
G=52.68%
B=31.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal662161280.6900.410.15144.865.7955.29
Hex42D88045029F914237
Octal1023302001050511722110267
Binary10000101101100010000000100010101010011111100100011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,216,128); }

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

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

 a { background-color: rgb(66,216,128); }

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

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

 span { border-color: rgb(66,216,128); }

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