Shades of Emerald #42C577
Tints of Emerald #42C577
RGB
CMYK
RGB Variations
Color information
#42C577 (or 0x42C577) is known color: Emerald. HEX triplet: 42, C5 and 77. RGB value is (66,197,119). Sum of RGB (Red+Green+Blue) = 66+197+119=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #42C577 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C577 is #BD3A88. Grayscale: #959595. Windows color (decimal): -12401289 or 7849282. OLE color: 7849282.
HSL color Cylindrical-coordinate representation of color #42C577: hue angle of 144.27º 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 #42C577 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 119 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.23 |
| HSL | 144.27º | 0.53% | 0.52% | - |
| HSV(B) | 144.27º | 0.66% | 0.77% | - |
| XYZ | 25.54 | 42.42 | 24.29 | - |
| YUV | 148.94 | 111.1 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 119 | 0.66 | 0 | 0.40 | 0.23 | 144.27 | 0.53 | 0.52 |
| Hex | 42 | C5 | 77 | 42 | 0 | 28 | 17 | 90 | 35 | 34 |
| Octal | 102 | 305 | 167 | 102 | 0 | 50 | 27 | 220 | 65 | 64 |
| Binary | 1000010 | 11000101 | 1110111 | 1000010 | 0 | 101000 | 10111 | 10010000 | 110101 | 110100 |
Color Harmonies of #42C577
Complementary color
Monochromatic Colors of #42C577
Black with #42C577
Text Example
Text Example
White with #42C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C577; }
p { color: rgb(66,197,119); }
H1.HeaderClassName
{
color: #42C577;
}
.AnyTagClassName
{
color: #42C577;
}
</style>
background-color css
<style>
a { background-color: #42C577; }
a { background-color: rgb(66,197,119); }
div.DivClassName
{
background-color: #42C577;
}
.BgClassName
{
background-color: #42C577;
}
</style>
border-color css
<style>
span { border-color: #42C577; }
span { border-color: rgb(66,197,119); }
td.TdClassName
{
border-color: #42C577;
}
.TagClassName
{
border-color: #42C577;
}
</style>