Shades of Emerald #42C377
Tints of Emerald #42C377
RGB
CMYK
RGB Variations
Color information
#42C377 (or 0x42C377) is known color: Emerald. HEX triplet: 42, C3 and 77. RGB value is (66,195,119). Sum of RGB (Red+Green+Blue) = 66+195+119=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #42C377 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C377 is #BD3C88. Grayscale: #939393. Windows color (decimal): -12401801 or 7848770. OLE color: 7848770.
HSL color Cylindrical-coordinate representation of color #42C377: hue angle of 144.65º degrees, saturation: 0.52, 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 #42C377 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 119 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.24 |
| HSL | 144.65º | 0.52% | 0.51% | - |
| HSV(B) | 144.65º | 0.66% | 0.76% | - |
| XYZ | 25.09 | 41.52 | 24.14 | - |
| YUV | 147.77 | 111.76 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 119 | 0.66 | 0 | 0.39 | 0.24 | 144.65 | 0.52 | 0.51 |
| Hex | 42 | C3 | 77 | 42 | 0 | 27 | 18 | 91 | 34 | 33 |
| Octal | 102 | 303 | 167 | 102 | 0 | 47 | 30 | 221 | 64 | 63 |
| Binary | 1000010 | 11000011 | 1110111 | 1000010 | 0 | 100111 | 11000 | 10010001 | 110100 | 110011 |
Color Harmonies of #42C377
Complementary color
Monochromatic Colors of #42C377
Black with #42C377
Text Example
Text Example
White with #42C377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C377; }
p { color: rgb(66,195,119); }
H1.HeaderClassName
{
color: #42C377;
}
.AnyTagClassName
{
color: #42C377;
}
</style>
background-color css
<style>
a { background-color: #42C377; }
a { background-color: rgb(66,195,119); }
div.DivClassName
{
background-color: #42C377;
}
.BgClassName
{
background-color: #42C377;
}
</style>
border-color css
<style>
span { border-color: #42C377; }
span { border-color: rgb(66,195,119); }
td.TdClassName
{
border-color: #42C377;
}
.TagClassName
{
border-color: #42C377;
}
</style>