Shades of Emerald #36F07F
Tints of Emerald #36F07F
RGB
CMYK
RGB Variations
Color information
#36F07F (or 0x36F07F) is known color: Emerald. HEX triplet: 36, F0 and 7F. RGB value is (54,240,127). Sum of RGB (Red+Green+Blue) = 54+240+127=421 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.83% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #36F07F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36F07F is #C90F80. Grayscale: #ABABAB. Windows color (decimal): -13176705 or 8384566. OLE color: 8384566.
HSL color Cylindrical-coordinate representation of color #36F07F: hue angle of 143.55º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36F07F is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 240 | 127 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.06 |
| HSL | 143.55º | 0.86% | 0.58% | - |
| HSV(B) | 143.55º | 0.78% | 0.94% | - |
| XYZ | 36.51 | 64.64 | 30.63 | - |
| YUV | 171.5 | 102.88 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 240 | 127 | 0.78 | 0 | 0.47 | 0.06 | 143.55 | 0.86 | 0.58 |
| Hex | 36 | F0 | 7F | 4E | 0 | 2F | 6 | 90 | 56 | 3A |
| Octal | 66 | 360 | 177 | 116 | 0 | 57 | 6 | 220 | 126 | 72 |
| Binary | 110110 | 11110000 | 1111111 | 1001110 | 0 | 101111 | 110 | 10010000 | 1010110 | 111010 |
Color Harmonies of #36F07F
Complementary color
Monochromatic Colors of #36F07F
Black with #36F07F
Text Example
Text Example
White with #36F07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F07F; }
p { color: rgb(54,240,127); }
H1.HeaderClassName
{
color: #36F07F;
}
.AnyTagClassName
{
color: #36F07F;
}
</style>
background-color css
<style>
a { background-color: #36F07F; }
a { background-color: rgb(54,240,127); }
div.DivClassName
{
background-color: #36F07F;
}
.BgClassName
{
background-color: #36F07F;
}
</style>
border-color css
<style>
span { border-color: #36F07F; }
span { border-color: rgb(54,240,127); }
td.TdClassName
{
border-color: #36F07F;
}
.TagClassName
{
border-color: #36F07F;
}
</style>