Shades of Emerald #42CC76
Tints of Emerald #42CC76
RGB
CMYK
RGB Variations
Color information
#42CC76 (or 0x42CC76) is known color: Emerald. HEX triplet: 42, CC and 76. RGB value is (66,204,118). Sum of RGB (Red+Green+Blue) = 66+204+118=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CC76 is #BD3389. Grayscale: #999999. Windows color (decimal): -12399498 or 7785538. OLE color: 7785538.
HSL color Cylindrical-coordinate representation of color #42CC76: hue angle of 142.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CC76 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 204 | 118 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.2 |
| HSL | 142.61º | 0.58% | 0.53% | - |
| HSV(B) | 142.61º | 0.68% | 0.8% | - |
| XYZ | 27.11 | 45.65 | 24.52 | - |
| YUV | 152.93 | 108.28 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 118 | 0.68 | 0 | 0.42 | 0.2 | 142.61 | 0.58 | 0.53 |
| Hex | 42 | CC | 76 | 44 | 0 | 2A | 14 | 8F | 3A | 35 |
| Octal | 102 | 314 | 166 | 104 | 0 | 52 | 24 | 217 | 72 | 65 |
| Binary | 1000010 | 11001100 | 1110110 | 1000100 | 0 | 101010 | 10100 | 10001111 | 111010 | 110101 |
Color Harmonies of #42CC76
Complementary color
Monochromatic Colors of #42CC76
Black with #42CC76
Text Example
Text Example
White with #42CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CC76; }
p { color: rgb(66,204,118); }
H1.HeaderClassName
{
color: #42CC76;
}
.AnyTagClassName
{
color: #42CC76;
}
</style>
background-color css
<style>
a { background-color: #42CC76; }
a { background-color: rgb(66,204,118); }
div.DivClassName
{
background-color: #42CC76;
}
.BgClassName
{
background-color: #42CC76;
}
</style>
border-color css
<style>
span { border-color: #42CC76; }
span { border-color: rgb(66,204,118); }
td.TdClassName
{
border-color: #42CC76;
}
.TagClassName
{
border-color: #42CC76;
}
</style>