#42DD84

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

Shades of Emerald #42DD84

Tints of Emerald #42DD84

Color information

#42DD84 (or 0x42DD84) is unknown color: approx Emerald. HEX triplet: 42, DD and 84. RGB value is (66,221,132). Sum of RGB (Red+Green+Blue) = 66+221+132=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DD84 is #BD227B. Grayscale: #A4A4A4. Windows color (decimal): -12395132 or 8707394. OLE color: 8707394.

HSL color Cylindrical-coordinate representation of color #42DD84: hue angle of 145.55º 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 #42DD84 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB66221132-
CMYK0.7000.400.13
HSL145.55º69.51%56.27%-
HSV(B)145.55º70.14%86.67%-
XYZ32.2754.5430.66-
YUV164.51109.6557.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.75%
GREEN value IS 221 (86.72% from 255) = 52.74%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=15.75%
G=52.74%
B=31.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662211320.7000.400.13145.5569.5156.27
Hex42DD8446028D924638
Octal1023352041060501522210670
Binary10000101101110110000100100011001010001101100100101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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