Shades of Emerald #42DA5B
Tints of Emerald #42DA5B
RGB
CMYK
RGB Variations
Color information
#42DA5B (or 0x42DA5B) is known color: Emerald. HEX triplet: 42, DA and 5B. RGB value is (66,218,91). Sum of RGB (Red+Green+Blue) = 66+218+91=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DA5B is #BD25A4. Grayscale: #9E9E9E. Windows color (decimal): -12395941 or 6019650. OLE color: 6019650.
HSL color Cylindrical-coordinate representation of color #42DA5B: hue angle of 129.87º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DA5B is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 91 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.15 |
| HSL | 129.87º | 0.67% | 0.56% | - |
| HSV(B) | 129.87º | 0.7% | 0.85% | - |
| XYZ | 29.21 | 52.06 | 18.41 | - |
| YUV | 158.07 | 90.14 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 91 | 0.70 | 0 | 0.58 | 0.15 | 129.87 | 0.67 | 0.56 |
| Hex | 42 | DA | 5B | 46 | 0 | 3A | F | 82 | 43 | 38 |
| Octal | 102 | 332 | 133 | 106 | 0 | 72 | 17 | 202 | 103 | 70 |
| Binary | 1000010 | 11011010 | 1011011 | 1000110 | 0 | 111010 | 1111 | 10000010 | 1000011 | 111000 |
Color Harmonies of #42DA5B
Complementary color
Monochromatic Colors of #42DA5B
Black with #42DA5B
Text Example
Text Example
White with #42DA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DA5B; }
p { color: rgb(66,218,91); }
H1.HeaderClassName
{
color: #42DA5B;
}
.AnyTagClassName
{
color: #42DA5B;
}
</style>
background-color css
<style>
a { background-color: #42DA5B; }
a { background-color: rgb(66,218,91); }
div.DivClassName
{
background-color: #42DA5B;
}
.BgClassName
{
background-color: #42DA5B;
}
</style>
border-color css
<style>
span { border-color: #42DA5B; }
span { border-color: rgb(66,218,91); }
td.TdClassName
{
border-color: #42DA5B;
}
.TagClassName
{
border-color: #42DA5B;
}
</style>