Shades of Emerald #42D561
Tints of Emerald #42D561
RGB
CMYK
RGB Variations
Color information
#42D561 (or 0x42D561) is known color: Emerald. HEX triplet: 42, D5 and 61. RGB value is (66,213,97). Sum of RGB (Red+Green+Blue) = 66+213+97=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #42D561 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D561 is #BD2A9E. Grayscale: #9C9C9C. Windows color (decimal): -12397215 or 6411586. OLE color: 6411586.
HSL color Cylindrical-coordinate representation of color #42D561: hue angle of 132.65º 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 #42D561 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 97 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.16 |
| HSL | 132.65º | 0.64% | 0.55% | - |
| HSV(B) | 132.65º | 0.69% | 0.84% | - |
| XYZ | 28.2 | 49.61 | 19.4 | - |
| YUV | 155.82 | 94.8 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 97 | 0.69 | 0 | 0.54 | 0.16 | 132.65 | 0.64 | 0.55 |
| Hex | 42 | D5 | 61 | 45 | 0 | 36 | 10 | 85 | 40 | 37 |
| Octal | 102 | 325 | 141 | 105 | 0 | 66 | 20 | 205 | 100 | 67 |
| Binary | 1000010 | 11010101 | 1100001 | 1000101 | 0 | 110110 | 10000 | 10000101 | 1000000 | 110111 |
Color Harmonies of #42D561
Complementary color
Monochromatic Colors of #42D561
Black with #42D561
Text Example
Text Example
White with #42D561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D561; }
p { color: rgb(66,213,97); }
H1.HeaderClassName
{
color: #42D561;
}
.AnyTagClassName
{
color: #42D561;
}
</style>
background-color css
<style>
a { background-color: #42D561; }
a { background-color: rgb(66,213,97); }
div.DivClassName
{
background-color: #42D561;
}
.BgClassName
{
background-color: #42D561;
}
</style>
border-color css
<style>
span { border-color: #42D561; }
span { border-color: rgb(66,213,97); }
td.TdClassName
{
border-color: #42D561;
}
.TagClassName
{
border-color: #42D561;
}
</style>