#42DD80

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

Shades of Emerald #42DD80

Tints of Emerald #42DD80

Color information

#42DD80 (or 0x42DD80) is unknown color: approx Emerald. HEX triplet: 42, DD and 80. RGB value is (66,221,128). Sum of RGB (Red+Green+Blue) = 66+221+128=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DD80 is #BD227F. Grayscale: #A4A4A4. Windows color (decimal): -12395136 or 8445250. OLE color: 8445250.

HSL color Cylindrical-coordinate representation of color #42DD80: hue angle of 144º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DD80 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB66221128-
CMYK0.7000.420.13
HSL144º69.51%56.27%-
HSV(B)144º70.14%86.67%-
XYZ3254.4329.24-
YUV164.05107.6558.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.90%
GREEN value IS 221 (86.72% from 255) = 53.25%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=15.90%
G=53.25%
B=30.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662211280.7000.420.1314469.5156.27
Hex42DD804602AD904638
Octal1023352001060521522010670
Binary10000101101110110000000100011001010101101100100001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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