Shades of Emerald #36D970
Tints of Emerald #36D970
RGB
CMYK
RGB Variations
Color information
#36D970 (or 0x36D970) is known color: Emerald. HEX triplet: 36, D9 and 70. RGB value is (54,217,112). Sum of RGB (Red+Green+Blue) = 54+217+112=383 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.10% from 383); Green value is 217 (85.16% from 255 or 56.66% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 217 - color contains mainly: green. Hex color #36D970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D970 is #C9268F. Grayscale: #9C9C9C. Windows color (decimal): -13182608 or 7395638. OLE color: 7395638.
HSL color Cylindrical-coordinate representation of color #36D970: hue angle of 141.35º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D970 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 217 | 112 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.15 |
| HSL | 141.35º | 0.68% | 0.53% | - |
| HSV(B) | 141.35º | 0.75% | 0.85% | - |
| XYZ | 29.26 | 51.58 | 23.74 | - |
| YUV | 156.29 | 103 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 217 | 112 | 0.75 | 0 | 0.48 | 0.15 | 141.35 | 0.68 | 0.53 |
| Hex | 36 | D9 | 70 | 4B | 0 | 30 | F | 8D | 44 | 35 |
| Octal | 66 | 331 | 160 | 113 | 0 | 60 | 17 | 215 | 104 | 65 |
| Binary | 110110 | 11011001 | 1110000 | 1001011 | 0 | 110000 | 1111 | 10001101 | 1000100 | 110101 |
Color Harmonies of #36D970
Complementary color
Monochromatic Colors of #36D970
Black with #36D970
Text Example
Text Example
White with #36D970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D970; }
p { color: rgb(54,217,112); }
H1.HeaderClassName
{
color: #36D970;
}
.AnyTagClassName
{
color: #36D970;
}
</style>
background-color css
<style>
a { background-color: #36D970; }
a { background-color: rgb(54,217,112); }
div.DivClassName
{
background-color: #36D970;
}
.BgClassName
{
background-color: #36D970;
}
</style>
border-color css
<style>
span { border-color: #36D970; }
span { border-color: rgb(54,217,112); }
td.TdClassName
{
border-color: #36D970;
}
.TagClassName
{
border-color: #36D970;
}
</style>