Shades of Emerald #42C277
Tints of Emerald #42C277
RGB
CMYK
RGB Variations
Color information
#42C277 (or 0x42C277) is known color: Emerald. HEX triplet: 42, C2 and 77. RGB value is (66,194,119). Sum of RGB (Red+Green+Blue) = 66+194+119=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #42C277 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C277 is #BD3D88. Grayscale: #939393. Windows color (decimal): -12402057 or 7848514. OLE color: 7848514.
HSL color Cylindrical-coordinate representation of color #42C277: hue angle of 144.84º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C277 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 119 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.24 |
| HSL | 144.84º | 0.51% | 0.51% | - |
| HSV(B) | 144.84º | 0.66% | 0.76% | - |
| XYZ | 24.87 | 41.07 | 24.07 | - |
| YUV | 147.18 | 112.09 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 119 | 0.66 | 0 | 0.39 | 0.24 | 144.84 | 0.51 | 0.51 |
| Hex | 42 | C2 | 77 | 42 | 0 | 27 | 18 | 91 | 33 | 33 |
| Octal | 102 | 302 | 167 | 102 | 0 | 47 | 30 | 221 | 63 | 63 |
| Binary | 1000010 | 11000010 | 1110111 | 1000010 | 0 | 100111 | 11000 | 10010001 | 110011 | 110011 |
Color Harmonies of #42C277
Complementary color
Monochromatic Colors of #42C277
Black with #42C277
Text Example
Text Example
White with #42C277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C277; }
p { color: rgb(66,194,119); }
H1.HeaderClassName
{
color: #42C277;
}
.AnyTagClassName
{
color: #42C277;
}
</style>
background-color css
<style>
a { background-color: #42C277; }
a { background-color: rgb(66,194,119); }
div.DivClassName
{
background-color: #42C277;
}
.BgClassName
{
background-color: #42C277;
}
</style>
border-color css
<style>
span { border-color: #42C277; }
span { border-color: rgb(66,194,119); }
td.TdClassName
{
border-color: #42C277;
}
.TagClassName
{
border-color: #42C277;
}
</style>