#42DB76

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

Shades of Emerald #42DB76

Tints of Emerald #42DB76

Color information

#42DB76 (or 0x42DB76) is unknown color: approx Emerald. HEX triplet: 42, DB and 76. RGB value is (66,219,118). Sum of RGB (Red+Green+Blue) = 66+219+118=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DB76 is #BD2489. Grayscale: #A1A1A1. Windows color (decimal): -12395658 or 7789378. OLE color: 7789378.

HSL color Cylindrical-coordinate representation of color #42DB76: hue angle of 140.39º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DB76 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB66219118-
CMYK0.7000.460.14
HSL140.39º68%55.88%-
HSV(B)140.39º69.86%85.88%-
XYZ30.8553.1325.77-
YUV161.74103.3159.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.38%
GREEN value IS 219 (85.94% from 255) = 54.34%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=16.38%
G=54.34%
B=29.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal662191180.7000.460.14140.396855.88
Hex42DB764602EE8c4438
Octal1023331661060561621410470
Binary1000010110110111110110100011001011101110100011001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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