#42DD76

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

Shades of Emerald #42DD76

Tints of Emerald #42DD76

Color information

#42DD76 (or 0x42DD76) is unknown color: approx Emerald. HEX triplet: 42, DD and 76. RGB value is (66,221,118). Sum of RGB (Red+Green+Blue) = 66+221+118=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DD76 is #BD2289. Grayscale: #A3A3A3. Windows color (decimal): -12395146 or 7789890. OLE color: 7789890.

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

Color convert

RGB66221118-
CMYK0.7000.470.13
HSL140.13º69.51%56.27%-
HSV(B)140.13º70.14%86.67%-
XYZ31.3754.1825.94-
YUV162.91102.6558.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.30%
GREEN value IS 221 (86.72% from 255) = 54.57%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=16.30%
G=54.57%
B=29.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662211180.7000.470.13140.1369.5156.27
Hex42DD764602FD8c4638
Octal1023351661060571521410670
Binary1000010110111011110110100011001011111101100011001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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