Shades of Emerald #42D360
Tints of Emerald #42D360
RGB
CMYK
RGB Variations
Color information
#42D360 (or 0x42D360) is known color: Emerald. HEX triplet: 42, D3 and 60. RGB value is (66,211,96). Sum of RGB (Red+Green+Blue) = 66+211+96=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 211 (82.81% from 255 or 56.57% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 211 - color contains mainly: green. Hex color #42D360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D360 is #BD2C9F. Grayscale: #9A9A9A. Windows color (decimal): -12397728 or 6345538. OLE color: 6345538.
HSL color Cylindrical-coordinate representation of color #42D360: hue angle of 132.41º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D360 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 96 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.17 |
| HSL | 132.41º | 0.62% | 0.54% | - |
| HSV(B) | 132.41º | 0.69% | 0.83% | - |
| XYZ | 27.65 | 48.59 | 18.99 | - |
| YUV | 154.54 | 94.96 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 96 | 0.69 | 0 | 0.55 | 0.17 | 132.41 | 0.62 | 0.54 |
| Hex | 42 | D3 | 60 | 45 | 0 | 37 | 11 | 84 | 3E | 36 |
| Octal | 102 | 323 | 140 | 105 | 0 | 67 | 21 | 204 | 76 | 66 |
| Binary | 1000010 | 11010011 | 1100000 | 1000101 | 0 | 110111 | 10001 | 10000100 | 111110 | 110110 |
Color Harmonies of #42D360
Complementary color
Monochromatic Colors of #42D360
Black with #42D360
Text Example
Text Example
White with #42D360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D360; }
p { color: rgb(66,211,96); }
H1.HeaderClassName
{
color: #42D360;
}
.AnyTagClassName
{
color: #42D360;
}
</style>
background-color css
<style>
a { background-color: #42D360; }
a { background-color: rgb(66,211,96); }
div.DivClassName
{
background-color: #42D360;
}
.BgClassName
{
background-color: #42D360;
}
</style>
border-color css
<style>
span { border-color: #42D360; }
span { border-color: rgb(66,211,96); }
td.TdClassName
{
border-color: #42D360;
}
.TagClassName
{
border-color: #42D360;
}
</style>