Shades of Emerald #42D25E
Tints of Emerald #42D25E
RGB
CMYK
RGB Variations
Color information
#42D25E (or 0x42D25E) is known color: Emerald. HEX triplet: 42, D2 and 5E. RGB value is (66,210,94). Sum of RGB (Red+Green+Blue) = 66+210+94=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #42D25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D25E is #BD2DA1. Grayscale: #9A9A9A. Windows color (decimal): -12397986 or 6214210. OLE color: 6214210.
HSL color Cylindrical-coordinate representation of color #42D25E: hue angle of 131.67º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D25E is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 210 | 94 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.18 |
| HSL | 131.67º | 0.62% | 0.54% | - |
| HSV(B) | 131.67º | 0.69% | 0.82% | - |
| XYZ | 27.31 | 48.06 | 18.43 | - |
| YUV | 153.72 | 94.29 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 210 | 94 | 0.69 | 0 | 0.55 | 0.18 | 131.67 | 0.62 | 0.54 |
| Hex | 42 | D2 | 5E | 45 | 0 | 37 | 12 | 84 | 3E | 36 |
| Octal | 102 | 322 | 136 | 105 | 0 | 67 | 22 | 204 | 76 | 66 |
| Binary | 1000010 | 11010010 | 1011110 | 1000101 | 0 | 110111 | 10010 | 10000100 | 111110 | 110110 |
Color Harmonies of #42D25E
Complementary color
Monochromatic Colors of #42D25E
Black with #42D25E
Text Example
Text Example
White with #42D25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D25E; }
p { color: rgb(66,210,94); }
H1.HeaderClassName
{
color: #42D25E;
}
.AnyTagClassName
{
color: #42D25E;
}
</style>
background-color css
<style>
a { background-color: #42D25E; }
a { background-color: rgb(66,210,94); }
div.DivClassName
{
background-color: #42D25E;
}
.BgClassName
{
background-color: #42D25E;
}
</style>
border-color css
<style>
span { border-color: #42D25E; }
span { border-color: rgb(66,210,94); }
td.TdClassName
{
border-color: #42D25E;
}
.TagClassName
{
border-color: #42D25E;
}
</style>