Shades of Emerald #42D560
Tints of Emerald #42D560
RGB
CMYK
RGB Variations
Color information
#42D560 (or 0x42D560) is known color: Emerald. HEX triplet: 42, D5 and 60. RGB value is (66,213,96). Sum of RGB (Red+Green+Blue) = 66+213+96=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #42D560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D560 is #BD2A9F. Grayscale: #9C9C9C. Windows color (decimal): -12397216 or 6346050. OLE color: 6346050.
HSL color Cylindrical-coordinate representation of color #42D560: hue angle of 132.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D560 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 96 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.16 |
| HSL | 132.24º | 0.64% | 0.55% | - |
| HSV(B) | 132.24º | 0.69% | 0.84% | - |
| XYZ | 28.15 | 49.59 | 19.15 | - |
| YUV | 155.71 | 94.3 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 96 | 0.69 | 0 | 0.55 | 0.16 | 132.24 | 0.64 | 0.55 |
| Hex | 42 | D5 | 60 | 45 | 0 | 37 | 10 | 84 | 40 | 37 |
| Octal | 102 | 325 | 140 | 105 | 0 | 67 | 20 | 204 | 100 | 67 |
| Binary | 1000010 | 11010101 | 1100000 | 1000101 | 0 | 110111 | 10000 | 10000100 | 1000000 | 110111 |
Color Harmonies of #42D560
Complementary color
Monochromatic Colors of #42D560
Black with #42D560
Text Example
Text Example
White with #42D560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D560; }
p { color: rgb(66,213,96); }
H1.HeaderClassName
{
color: #42D560;
}
.AnyTagClassName
{
color: #42D560;
}
</style>
background-color css
<style>
a { background-color: #42D560; }
a { background-color: rgb(66,213,96); }
div.DivClassName
{
background-color: #42D560;
}
.BgClassName
{
background-color: #42D560;
}
</style>
border-color css
<style>
span { border-color: #42D560; }
span { border-color: rgb(66,213,96); }
td.TdClassName
{
border-color: #42D560;
}
.TagClassName
{
border-color: #42D560;
}
</style>