Shades of Emerald #36DA68
Tints of Emerald #36DA68
RGB
CMYK
RGB Variations
Color information
#36DA68 (or 0x36DA68) is known color: Emerald. HEX triplet: 36, DA and 68. RGB value is (54,218,104). Sum of RGB (Red+Green+Blue) = 54+218+104=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 218 (85.55% from 255 or 57.98% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 218 - color contains mainly: green. Hex color #36DA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36DA68 is #C92597. Grayscale: #9C9C9C. Windows color (decimal): -13182360 or 6871606. OLE color: 6871606.
HSL color Cylindrical-coordinate representation of color #36DA68: hue angle of 138.29º degrees, saturation: 0.69, 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 #36DA68 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 218 | 104 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.15 |
| HSL | 138.29º | 0.69% | 0.53% | - |
| HSV(B) | 138.29º | 0.75% | 0.85% | - |
| XYZ | 29.09 | 51.93 | 21.59 | - |
| YUV | 155.97 | 98.67 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 218 | 104 | 0.75 | 0 | 0.52 | 0.15 | 138.29 | 0.69 | 0.53 |
| Hex | 36 | DA | 68 | 4B | 0 | 34 | F | 8A | 45 | 35 |
| Octal | 66 | 332 | 150 | 113 | 0 | 64 | 17 | 212 | 105 | 65 |
| Binary | 110110 | 11011010 | 1101000 | 1001011 | 0 | 110100 | 1111 | 10001010 | 1000101 | 110101 |
Color Harmonies of #36DA68
Complementary color
Monochromatic Colors of #36DA68
Black with #36DA68
Text Example
Text Example
White with #36DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DA68; }
p { color: rgb(54,218,104); }
H1.HeaderClassName
{
color: #36DA68;
}
.AnyTagClassName
{
color: #36DA68;
}
</style>
background-color css
<style>
a { background-color: #36DA68; }
a { background-color: rgb(54,218,104); }
div.DivClassName
{
background-color: #36DA68;
}
.BgClassName
{
background-color: #36DA68;
}
</style>
border-color css
<style>
span { border-color: #36DA68; }
span { border-color: rgb(54,218,104); }
td.TdClassName
{
border-color: #36DA68;
}
.TagClassName
{
border-color: #36DA68;
}
</style>