Shades of Emerald #42D85B
Tints of Emerald #42D85B
RGB
CMYK
RGB Variations
Color information
#42D85B (or 0x42D85B) is known color: Emerald. HEX triplet: 42, D8 and 5B. RGB value is (66,216,91). Sum of RGB (Red+Green+Blue) = 66+216+91=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 216 (84.77% from 255 or 57.91% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 216 - color contains mainly: green. Hex color #42D85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D85B is #BD27A4. Grayscale: #9D9D9D. Windows color (decimal): -12396453 or 6019138. OLE color: 6019138.
HSL color Cylindrical-coordinate representation of color #42D85B: hue angle of 130º 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 #42D85B is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 91 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.15 |
| HSL | 130º | 0.66% | 0.55% | - |
| HSV(B) | 130º | 0.69% | 0.85% | - |
| XYZ | 28.69 | 51.03 | 18.23 | - |
| YUV | 156.9 | 90.81 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 91 | 0.69 | 0 | 0.58 | 0.15 | 130 | 0.66 | 0.55 |
| Hex | 42 | D8 | 5B | 45 | 0 | 3A | F | 82 | 42 | 37 |
| Octal | 102 | 330 | 133 | 105 | 0 | 72 | 17 | 202 | 102 | 67 |
| Binary | 1000010 | 11011000 | 1011011 | 1000101 | 0 | 111010 | 1111 | 10000010 | 1000010 | 110111 |
Color Harmonies of #42D85B
Complementary color
Monochromatic Colors of #42D85B
Black with #42D85B
Text Example
Text Example
White with #42D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D85B; }
p { color: rgb(66,216,91); }
H1.HeaderClassName
{
color: #42D85B;
}
.AnyTagClassName
{
color: #42D85B;
}
</style>
background-color css
<style>
a { background-color: #42D85B; }
a { background-color: rgb(66,216,91); }
div.DivClassName
{
background-color: #42D85B;
}
.BgClassName
{
background-color: #42D85B;
}
</style>
border-color css
<style>
span { border-color: #42D85B; }
span { border-color: rgb(66,216,91); }
td.TdClassName
{
border-color: #42D85B;
}
.TagClassName
{
border-color: #42D85B;
}
</style>