Shades of Emerald #42C570
Tints of Emerald #42C570
RGB
CMYK
RGB Variations
Color information
#42C570 (or 0x42C570) is known color: Emerald. HEX triplet: 42, C5 and 70. RGB value is (66,197,112). Sum of RGB (Red+Green+Blue) = 66+197+112=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #42C570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C570 is #BD3A8F. Grayscale: #949494. Windows color (decimal): -12401296 or 7390530. OLE color: 7390530.
HSL color Cylindrical-coordinate representation of color #42C570: hue angle of 141.07º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C570 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 112 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.23 |
| HSL | 141.07º | 0.53% | 0.52% | - |
| HSV(B) | 141.07º | 0.66% | 0.77% | - |
| XYZ | 25.14 | 42.26 | 22.16 | - |
| YUV | 148.14 | 107.6 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 112 | 0.66 | 0 | 0.43 | 0.23 | 141.07 | 0.53 | 0.52 |
| Hex | 42 | C5 | 70 | 42 | 0 | 2B | 17 | 8D | 35 | 34 |
| Octal | 102 | 305 | 160 | 102 | 0 | 53 | 27 | 215 | 65 | 64 |
| Binary | 1000010 | 11000101 | 1110000 | 1000010 | 0 | 101011 | 10111 | 10001101 | 110101 | 110100 |
Color Harmonies of #42C570
Complementary color
Monochromatic Colors of #42C570
Black with #42C570
Text Example
Text Example
White with #42C570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C570; }
p { color: rgb(66,197,112); }
H1.HeaderClassName
{
color: #42C570;
}
.AnyTagClassName
{
color: #42C570;
}
</style>
background-color css
<style>
a { background-color: #42C570; }
a { background-color: rgb(66,197,112); }
div.DivClassName
{
background-color: #42C570;
}
.BgClassName
{
background-color: #42C570;
}
</style>
border-color css
<style>
span { border-color: #42C570; }
span { border-color: rgb(66,197,112); }
td.TdClassName
{
border-color: #42C570;
}
.TagClassName
{
border-color: #42C570;
}
</style>