Shades of Emerald #36EC75
Tints of Emerald #36EC75
RGB
CMYK
RGB Variations
Color information
#36EC75 (or 0x36EC75) is known color: Emerald. HEX triplet: 36, EC and 75. RGB value is (54,236,117). Sum of RGB (Red+Green+Blue) = 54+236+117=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #36EC75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36EC75 is #C9138A. Grayscale: #A8A8A8. Windows color (decimal): -13177739 or 7728182. OLE color: 7728182.
HSL color Cylindrical-coordinate representation of color #36EC75: hue angle of 140.77º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EC75 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 117 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.07 |
| HSL | 140.77º | 0.83% | 0.57% | - |
| HSV(B) | 140.77º | 0.77% | 0.93% | - |
| XYZ | 34.73 | 62.06 | 26.98 | - |
| YUV | 168.02 | 99.2 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 117 | 0.77 | 0 | 0.50 | 0.07 | 140.77 | 0.83 | 0.57 |
| Hex | 36 | EC | 75 | 4D | 0 | 32 | 7 | 8D | 53 | 39 |
| Octal | 66 | 354 | 165 | 115 | 0 | 62 | 7 | 215 | 123 | 71 |
| Binary | 110110 | 11101100 | 1110101 | 1001101 | 0 | 110010 | 111 | 10001101 | 1010011 | 111001 |
Color Harmonies of #36EC75
Complementary color
Monochromatic Colors of #36EC75
Black with #36EC75
Text Example
Text Example
White with #36EC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EC75; }
p { color: rgb(54,236,117); }
H1.HeaderClassName
{
color: #36EC75;
}
.AnyTagClassName
{
color: #36EC75;
}
</style>
background-color css
<style>
a { background-color: #36EC75; }
a { background-color: rgb(54,236,117); }
div.DivClassName
{
background-color: #36EC75;
}
.BgClassName
{
background-color: #36EC75;
}
</style>
border-color css
<style>
span { border-color: #36EC75; }
span { border-color: rgb(54,236,117); }
td.TdClassName
{
border-color: #36EC75;
}
.TagClassName
{
border-color: #36EC75;
}
</style>