Shades of Emerald #42D361
Tints of Emerald #42D361
RGB
CMYK
RGB Variations
Color information
#42D361 (or 0x42D361) is known color: Emerald. HEX triplet: 42, D3 and 61. RGB value is (66,211,97). Sum of RGB (Red+Green+Blue) = 66+211+97=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 211 (82.81% from 255 or 56.42% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 211 - color contains mainly: green. Hex color #42D361 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D361 is #BD2C9E. Grayscale: #9A9A9A. Windows color (decimal): -12397727 or 6411074. OLE color: 6411074.
HSL color Cylindrical-coordinate representation of color #42D361: hue angle of 132.83º 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 #42D361 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 97 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.17 |
| HSL | 132.83º | 0.62% | 0.54% | - |
| HSV(B) | 132.83º | 0.69% | 0.83% | - |
| XYZ | 27.7 | 48.61 | 19.23 | - |
| YUV | 154.65 | 95.46 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 97 | 0.69 | 0 | 0.54 | 0.17 | 132.83 | 0.62 | 0.54 |
| Hex | 42 | D3 | 61 | 45 | 0 | 36 | 11 | 85 | 3E | 36 |
| Octal | 102 | 323 | 141 | 105 | 0 | 66 | 21 | 205 | 76 | 66 |
| Binary | 1000010 | 11010011 | 1100001 | 1000101 | 0 | 110110 | 10001 | 10000101 | 111110 | 110110 |
Color Harmonies of #42D361
Complementary color
Monochromatic Colors of #42D361
Black with #42D361
Text Example
Text Example
White with #42D361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D361; }
p { color: rgb(66,211,97); }
H1.HeaderClassName
{
color: #42D361;
}
.AnyTagClassName
{
color: #42D361;
}
</style>
background-color css
<style>
a { background-color: #42D361; }
a { background-color: rgb(66,211,97); }
div.DivClassName
{
background-color: #42D361;
}
.BgClassName
{
background-color: #42D361;
}
</style>
border-color css
<style>
span { border-color: #42D361; }
span { border-color: rgb(66,211,97); }
td.TdClassName
{
border-color: #42D361;
}
.TagClassName
{
border-color: #42D361;
}
</style>