Shades of Emerald #42C85C
Tints of Emerald #42C85C
RGB
CMYK
RGB Variations
Color information
#42C85C (or 0x42C85C) is known color: Emerald. HEX triplet: 42, C8 and 5C. RGB value is (66,200,92). Sum of RGB (Red+Green+Blue) = 66+200+92=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #42C85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C85C is #BD37A3. Grayscale: #939393. Windows color (decimal): -12400548 or 6080578. OLE color: 6080578.
HSL color Cylindrical-coordinate representation of color #42C85C: hue angle of 131.64º degrees, saturation: 0.55, 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 #42C85C is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 200 | 92 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.22 |
| HSL | 131.64º | 0.55% | 0.52% | - |
| HSV(B) | 131.64º | 0.67% | 0.78% | - |
| XYZ | 24.83 | 43.24 | 17.16 | - |
| YUV | 147.62 | 96.61 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 92 | 0.67 | 0 | 0.54 | 0.22 | 131.64 | 0.55 | 0.52 |
| Hex | 42 | C8 | 5C | 43 | 0 | 36 | 16 | 84 | 37 | 34 |
| Octal | 102 | 310 | 134 | 103 | 0 | 66 | 26 | 204 | 67 | 64 |
| Binary | 1000010 | 11001000 | 1011100 | 1000011 | 0 | 110110 | 10110 | 10000100 | 110111 | 110100 |
Color Harmonies of #42C85C
Complementary color
Monochromatic Colors of #42C85C
Black with #42C85C
Text Example
Text Example
White with #42C85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C85C; }
p { color: rgb(66,200,92); }
H1.HeaderClassName
{
color: #42C85C;
}
.AnyTagClassName
{
color: #42C85C;
}
</style>
background-color css
<style>
a { background-color: #42C85C; }
a { background-color: rgb(66,200,92); }
div.DivClassName
{
background-color: #42C85C;
}
.BgClassName
{
background-color: #42C85C;
}
</style>
border-color css
<style>
span { border-color: #42C85C; }
span { border-color: rgb(66,200,92); }
td.TdClassName
{
border-color: #42C85C;
}
.TagClassName
{
border-color: #42C85C;
}
</style>