Shades of Emerald #42D477
Tints of Emerald #42D477
RGB
CMYK
RGB Variations
Color information
#42D477 (or 0x42D477) is known color: Emerald. HEX triplet: 42, D4 and 77. RGB value is (66,212,119). Sum of RGB (Red+Green+Blue) = 66+212+119=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 212 (83.20% from 255 or 53.40% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 212 - color contains mainly: green. Hex color #42D477 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D477 is #BD2B88. Grayscale: #9D9D9D. Windows color (decimal): -12397449 or 7853122. OLE color: 7853122.
HSL color Cylindrical-coordinate representation of color #42D477: hue angle of 141.78º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D477 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 212 | 119 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.17 |
| HSL | 141.78º | 0.63% | 0.55% | - |
| HSV(B) | 141.78º | 0.69% | 0.83% | - |
| XYZ | 29.12 | 49.58 | 25.49 | - |
| YUV | 157.74 | 106.13 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 212 | 119 | 0.69 | 0 | 0.44 | 0.17 | 141.78 | 0.63 | 0.55 |
| Hex | 42 | D4 | 77 | 45 | 0 | 2C | 11 | 8E | 3F | 37 |
| Octal | 102 | 324 | 167 | 105 | 0 | 54 | 21 | 216 | 77 | 67 |
| Binary | 1000010 | 11010100 | 1110111 | 1000101 | 0 | 101100 | 10001 | 10001110 | 111111 | 110111 |
Color Harmonies of #42D477
Complementary color
Monochromatic Colors of #42D477
Black with #42D477
Text Example
Text Example
White with #42D477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D477; }
p { color: rgb(66,212,119); }
H1.HeaderClassName
{
color: #42D477;
}
.AnyTagClassName
{
color: #42D477;
}
</style>
background-color css
<style>
a { background-color: #42D477; }
a { background-color: rgb(66,212,119); }
div.DivClassName
{
background-color: #42D477;
}
.BgClassName
{
background-color: #42D477;
}
</style>
border-color css
<style>
span { border-color: #42D477; }
span { border-color: rgb(66,212,119); }
td.TdClassName
{
border-color: #42D477;
}
.TagClassName
{
border-color: #42D477;
}
</style>