Shades of Emerald #42D85C
Tints of Emerald #42D85C
RGB
CMYK
RGB Variations
Color information
#42D85C (or 0x42D85C) is known color: Emerald. HEX triplet: 42, D8 and 5C. RGB value is (66,216,92). Sum of RGB (Red+Green+Blue) = 66+216+92=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #42D85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D85C is #BD27A3. Grayscale: #9D9D9D. Windows color (decimal): -12396452 or 6084674. OLE color: 6084674.
HSL color Cylindrical-coordinate representation of color #42D85C: hue angle of 130.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D85C is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 92 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.15 |
| HSL | 130.4º | 0.66% | 0.55% | - |
| HSV(B) | 130.4º | 0.69% | 0.85% | - |
| XYZ | 28.73 | 51.04 | 18.46 | - |
| YUV | 157.01 | 91.31 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 92 | 0.69 | 0 | 0.57 | 0.15 | 130.4 | 0.66 | 0.55 |
| Hex | 42 | D8 | 5C | 45 | 0 | 39 | F | 82 | 42 | 37 |
| Octal | 102 | 330 | 134 | 105 | 0 | 71 | 17 | 202 | 102 | 67 |
| Binary | 1000010 | 11011000 | 1011100 | 1000101 | 0 | 111001 | 1111 | 10000010 | 1000010 | 110111 |
Color Harmonies of #42D85C
Complementary color
Monochromatic Colors of #42D85C
Black with #42D85C
Text Example
Text Example
White with #42D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D85C; }
p { color: rgb(66,216,92); }
H1.HeaderClassName
{
color: #42D85C;
}
.AnyTagClassName
{
color: #42D85C;
}
</style>
background-color css
<style>
a { background-color: #42D85C; }
a { background-color: rgb(66,216,92); }
div.DivClassName
{
background-color: #42D85C;
}
.BgClassName
{
background-color: #42D85C;
}
</style>
border-color css
<style>
span { border-color: #42D85C; }
span { border-color: rgb(66,216,92); }
td.TdClassName
{
border-color: #42D85C;
}
.TagClassName
{
border-color: #42D85C;
}
</style>