Shades of Emerald #36F572
Tints of Emerald #36F572
RGB
CMYK
RGB Variations
Color information
#36F572 (or 0x36F572) is known color: Emerald. HEX triplet: 36, F5 and 72. RGB value is (54,245,114). Sum of RGB (Red+Green+Blue) = 54+245+114=413 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.08% from 413); Green value is 245 (96.09% from 255 or 59.32% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 245 - color contains mainly: green. Hex color #36F572 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36F572 is #C90A8D. Grayscale: #ADADAD. Windows color (decimal): -13175438 or 7533878. OLE color: 7533878.
HSL color Cylindrical-coordinate representation of color #36F572: hue angle of 138.85º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F572 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 245 | 114 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.04 |
| HSL | 138.85º | 0.91% | 0.59% | - |
| HSV(B) | 138.85º | 0.78% | 0.96% | - |
| XYZ | 37.21 | 67.3 | 26.95 | - |
| YUV | 172.96 | 94.72 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 245 | 114 | 0.78 | 0 | 0.53 | 0.04 | 138.85 | 0.91 | 0.59 |
| Hex | 36 | F5 | 72 | 4E | 0 | 35 | 4 | 8B | 5B | 3B |
| Octal | 66 | 365 | 162 | 116 | 0 | 65 | 4 | 213 | 133 | 73 |
| Binary | 110110 | 11110101 | 1110010 | 1001110 | 0 | 110101 | 100 | 10001011 | 1011011 | 111011 |
Color Harmonies of #36F572
Complementary color
Monochromatic Colors of #36F572
Black with #36F572
Text Example
Text Example
White with #36F572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F572; }
p { color: rgb(54,245,114); }
H1.HeaderClassName
{
color: #36F572;
}
.AnyTagClassName
{
color: #36F572;
}
</style>
background-color css
<style>
a { background-color: #36F572; }
a { background-color: rgb(54,245,114); }
div.DivClassName
{
background-color: #36F572;
}
.BgClassName
{
background-color: #36F572;
}
</style>
border-color css
<style>
span { border-color: #36F572; }
span { border-color: rgb(54,245,114); }
td.TdClassName
{
border-color: #36F572;
}
.TagClassName
{
border-color: #36F572;
}
</style>