Shades of Emerald #42D570
Tints of Emerald #42D570
RGB
CMYK
RGB Variations
Color information
#42D570 (or 0x42D570) is known color: Emerald. HEX triplet: 42, D5 and 70. RGB value is (66,213,112). Sum of RGB (Red+Green+Blue) = 66+213+112=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #42D570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D570 is #BD2A8F. Grayscale: #9D9D9D. Windows color (decimal): -12397200 or 7394626. OLE color: 7394626.
HSL color Cylindrical-coordinate representation of color #42D570: hue angle of 138.78º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D570 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 112 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.16 |
| HSL | 138.78º | 0.64% | 0.55% | - |
| HSV(B) | 138.78º | 0.69% | 0.84% | - |
| XYZ | 28.97 | 49.92 | 23.44 | - |
| YUV | 157.53 | 102.3 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 112 | 0.69 | 0 | 0.47 | 0.16 | 138.78 | 0.64 | 0.55 |
| Hex | 42 | D5 | 70 | 45 | 0 | 2F | 10 | 8B | 40 | 37 |
| Octal | 102 | 325 | 160 | 105 | 0 | 57 | 20 | 213 | 100 | 67 |
| Binary | 1000010 | 11010101 | 1110000 | 1000101 | 0 | 101111 | 10000 | 10001011 | 1000000 | 110111 |
Color Harmonies of #42D570
Complementary color
Monochromatic Colors of #42D570
Black with #42D570
Text Example
Text Example
White with #42D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D570; }
p { color: rgb(66,213,112); }
H1.HeaderClassName
{
color: #42D570;
}
.AnyTagClassName
{
color: #42D570;
}
</style>
background-color css
<style>
a { background-color: #42D570; }
a { background-color: rgb(66,213,112); }
div.DivClassName
{
background-color: #42D570;
}
.BgClassName
{
background-color: #42D570;
}
</style>
border-color css
<style>
span { border-color: #42D570; }
span { border-color: rgb(66,213,112); }
td.TdClassName
{
border-color: #42D570;
}
.TagClassName
{
border-color: #42D570;
}
</style>