Shades of Emerald #42C777
Tints of Emerald #42C777
RGB
CMYK
RGB Variations
Color information
#42C777 (or 0x42C777) is known color: Emerald. HEX triplet: 42, C7 and 77. RGB value is (66,199,119). Sum of RGB (Red+Green+Blue) = 66+199+119=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 199 (78.12% from 255 or 51.82% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 199 - color contains mainly: green. Hex color #42C777 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C777 is #BD3888. Grayscale: #969696. Windows color (decimal): -12400777 or 7849794. OLE color: 7849794.
HSL color Cylindrical-coordinate representation of color #42C777: hue angle of 143.91º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C777 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 199 | 119 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.22 |
| HSL | 143.91º | 0.54% | 0.52% | - |
| HSV(B) | 143.91º | 0.67% | 0.78% | - |
| XYZ | 26 | 43.34 | 24.45 | - |
| YUV | 150.11 | 110.44 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 199 | 119 | 0.67 | 0 | 0.40 | 0.22 | 143.91 | 0.54 | 0.52 |
| Hex | 42 | C7 | 77 | 43 | 0 | 28 | 16 | 90 | 36 | 34 |
| Octal | 102 | 307 | 167 | 103 | 0 | 50 | 26 | 220 | 66 | 64 |
| Binary | 1000010 | 11000111 | 1110111 | 1000011 | 0 | 101000 | 10110 | 10010000 | 110110 | 110100 |
Color Harmonies of #42C777
Complementary color
Monochromatic Colors of #42C777
Black with #42C777
Text Example
Text Example
White with #42C777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C777; }
p { color: rgb(66,199,119); }
H1.HeaderClassName
{
color: #42C777;
}
.AnyTagClassName
{
color: #42C777;
}
</style>
background-color css
<style>
a { background-color: #42C777; }
a { background-color: rgb(66,199,119); }
div.DivClassName
{
background-color: #42C777;
}
.BgClassName
{
background-color: #42C777;
}
</style>
border-color css
<style>
span { border-color: #42C777; }
span { border-color: rgb(66,199,119); }
td.TdClassName
{
border-color: #42C777;
}
.TagClassName
{
border-color: #42C777;
}
</style>