Shades of Emerald #42C477
Tints of Emerald #42C477
RGB
CMYK
RGB Variations
Color information
#42C477 (or 0x42C477) is known color: Emerald. HEX triplet: 42, C4 and 77. RGB value is (66,196,119). Sum of RGB (Red+Green+Blue) = 66+196+119=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #42C477 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C477 is #BD3B88. Grayscale: #949494. Windows color (decimal): -12401545 or 7849026. OLE color: 7849026.
HSL color Cylindrical-coordinate representation of color #42C477: hue angle of 144.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C477 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 119 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.23 |
| HSL | 144.46º | 0.52% | 0.51% | - |
| HSV(B) | 144.46º | 0.66% | 0.77% | - |
| XYZ | 25.32 | 41.97 | 24.22 | - |
| YUV | 148.35 | 111.43 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 119 | 0.66 | 0 | 0.39 | 0.23 | 144.46 | 0.52 | 0.51 |
| Hex | 42 | C4 | 77 | 42 | 0 | 27 | 17 | 90 | 34 | 33 |
| Octal | 102 | 304 | 167 | 102 | 0 | 47 | 27 | 220 | 64 | 63 |
| Binary | 1000010 | 11000100 | 1110111 | 1000010 | 0 | 100111 | 10111 | 10010000 | 110100 | 110011 |
Color Harmonies of #42C477
Complementary color
Monochromatic Colors of #42C477
Black with #42C477
Text Example
Text Example
White with #42C477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C477; }
p { color: rgb(66,196,119); }
H1.HeaderClassName
{
color: #42C477;
}
.AnyTagClassName
{
color: #42C477;
}
</style>
background-color css
<style>
a { background-color: #42C477; }
a { background-color: rgb(66,196,119); }
div.DivClassName
{
background-color: #42C477;
}
.BgClassName
{
background-color: #42C477;
}
</style>
border-color css
<style>
span { border-color: #42C477; }
span { border-color: rgb(66,196,119); }
td.TdClassName
{
border-color: #42C477;
}
.TagClassName
{
border-color: #42C477;
}
</style>