Shades of Emerald #36D96D
Tints of Emerald #36D96D
RGB
CMYK
RGB Variations
Color information
#36D96D (or 0x36D96D) is known color: Emerald. HEX triplet: 36, D9 and 6D. RGB value is (54,217,109). Sum of RGB (Red+Green+Blue) = 54+217+109=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #36D96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D96D is #C92692. Grayscale: #9C9C9C. Windows color (decimal): -13182611 or 7199030. OLE color: 7199030.
HSL color Cylindrical-coordinate representation of color #36D96D: hue angle of 140.25º 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 #36D96D is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 217 | 109 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.15 |
| HSL | 140.25º | 0.68% | 0.53% | - |
| HSV(B) | 140.25º | 0.75% | 0.85% | - |
| XYZ | 29.09 | 51.51 | 22.88 | - |
| YUV | 155.95 | 101.5 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 217 | 109 | 0.75 | 0 | 0.50 | 0.15 | 140.25 | 0.68 | 0.53 |
| Hex | 36 | D9 | 6D | 4B | 0 | 32 | F | 8C | 44 | 35 |
| Octal | 66 | 331 | 155 | 113 | 0 | 62 | 17 | 214 | 104 | 65 |
| Binary | 110110 | 11011001 | 1101101 | 1001011 | 0 | 110010 | 1111 | 10001100 | 1000100 | 110101 |
Color Harmonies of #36D96D
Complementary color
Monochromatic Colors of #36D96D
Black with #36D96D
Text Example
Text Example
White with #36D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D96D; }
p { color: rgb(54,217,109); }
H1.HeaderClassName
{
color: #36D96D;
}
.AnyTagClassName
{
color: #36D96D;
}
</style>
background-color css
<style>
a { background-color: #36D96D; }
a { background-color: rgb(54,217,109); }
div.DivClassName
{
background-color: #36D96D;
}
.BgClassName
{
background-color: #36D96D;
}
</style>
border-color css
<style>
span { border-color: #36D96D; }
span { border-color: rgb(54,217,109); }
td.TdClassName
{
border-color: #36D96D;
}
.TagClassName
{
border-color: #36D96D;
}
</style>