Shades of Emerald #36DB64
Tints of Emerald #36DB64
RGB
CMYK
RGB Variations
Color information
#36DB64 (or 0x36DB64) is known color: Emerald. HEX triplet: 36, DB and 64. RGB value is (54,219,100). Sum of RGB (Red+Green+Blue) = 54+219+100=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #36DB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36DB64 is #C9249B. Grayscale: #9C9C9C. Windows color (decimal): -13182108 or 6609718. OLE color: 6609718.
HSL color Cylindrical-coordinate representation of color #36DB64: hue angle of 136.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DB64 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 219 | 100 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.14 |
| HSL | 136.73º | 0.7% | 0.54% | - |
| HSV(B) | 136.73º | 0.75% | 0.86% | - |
| XYZ | 29.15 | 52.37 | 20.63 | - |
| YUV | 156.1 | 96.34 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 100 | 0.75 | 0 | 0.54 | 0.14 | 136.73 | 0.7 | 0.54 |
| Hex | 36 | DB | 64 | 4B | 0 | 36 | E | 89 | 46 | 36 |
| Octal | 66 | 333 | 144 | 113 | 0 | 66 | 16 | 211 | 106 | 66 |
| Binary | 110110 | 11011011 | 1100100 | 1001011 | 0 | 110110 | 1110 | 10001001 | 1000110 | 110110 |
Color Harmonies of #36DB64
Complementary color
Monochromatic Colors of #36DB64
Black with #36DB64
Text Example
Text Example
White with #36DB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DB64; }
p { color: rgb(54,219,100); }
H1.HeaderClassName
{
color: #36DB64;
}
.AnyTagClassName
{
color: #36DB64;
}
</style>
background-color css
<style>
a { background-color: #36DB64; }
a { background-color: rgb(54,219,100); }
div.DivClassName
{
background-color: #36DB64;
}
.BgClassName
{
background-color: #36DB64;
}
</style>
border-color css
<style>
span { border-color: #36DB64; }
span { border-color: rgb(54,219,100); }
td.TdClassName
{
border-color: #36DB64;
}
.TagClassName
{
border-color: #36DB64;
}
</style>