Shades of Emerald #36D070
Tints of Emerald #36D070
RGB
CMYK
RGB Variations
Color information
#36D070 (or 0x36D070) is known color: Emerald. HEX triplet: 36, D0 and 70. RGB value is (54,208,112). Sum of RGB (Red+Green+Blue) = 54+208+112=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #36D070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D070 is #C92F8F. Grayscale: #979797. Windows color (decimal): -13184912 or 7393334. OLE color: 7393334.
HSL color Cylindrical-coordinate representation of color #36D070: hue angle of 142.6º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D070 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 208 | 112 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.18 |
| HSL | 142.6º | 0.62% | 0.51% | - |
| HSV(B) | 142.6º | 0.74% | 0.82% | - |
| XYZ | 27 | 47.07 | 22.99 | - |
| YUV | 151.01 | 105.98 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 208 | 112 | 0.74 | 0 | 0.46 | 0.18 | 142.6 | 0.62 | 0.51 |
| Hex | 36 | D0 | 70 | 4A | 0 | 2E | 12 | 8F | 3E | 33 |
| Octal | 66 | 320 | 160 | 112 | 0 | 56 | 22 | 217 | 76 | 63 |
| Binary | 110110 | 11010000 | 1110000 | 1001010 | 0 | 101110 | 10010 | 10001111 | 111110 | 110011 |
Color Harmonies of #36D070
Complementary color
Monochromatic Colors of #36D070
Black with #36D070
Text Example
Text Example
White with #36D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D070; }
p { color: rgb(54,208,112); }
H1.HeaderClassName
{
color: #36D070;
}
.AnyTagClassName
{
color: #36D070;
}
</style>
background-color css
<style>
a { background-color: #36D070; }
a { background-color: rgb(54,208,112); }
div.DivClassName
{
background-color: #36D070;
}
.BgClassName
{
background-color: #36D070;
}
</style>
border-color css
<style>
span { border-color: #36D070; }
span { border-color: rgb(54,208,112); }
td.TdClassName
{
border-color: #36D070;
}
.TagClassName
{
border-color: #36D070;
}
</style>