Shades of Emerald #36D066
Tints of Emerald #36D066
RGB
CMYK
RGB Variations
Color information
#36D066 (or 0x36D066) is known color: Emerald. HEX triplet: 36, D0 and 66. RGB value is (54,208,102). Sum of RGB (Red+Green+Blue) = 54+208+102=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #36D066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D066 is #C92F99. Grayscale: #969696. Windows color (decimal): -13184922 or 6737974. OLE color: 6737974.
HSL color Cylindrical-coordinate representation of color #36D066: hue angle of 138.7º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D066 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 208 | 102 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.18 |
| HSL | 138.7º | 0.62% | 0.51% | - |
| HSV(B) | 138.7º | 0.74% | 0.82% | - |
| XYZ | 26.48 | 46.86 | 20.22 | - |
| YUV | 149.87 | 100.98 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 208 | 102 | 0.74 | 0 | 0.51 | 0.18 | 138.7 | 0.62 | 0.51 |
| Hex | 36 | D0 | 66 | 4A | 0 | 33 | 12 | 8B | 3E | 33 |
| Octal | 66 | 320 | 146 | 112 | 0 | 63 | 22 | 213 | 76 | 63 |
| Binary | 110110 | 11010000 | 1100110 | 1001010 | 0 | 110011 | 10010 | 10001011 | 111110 | 110011 |
Color Harmonies of #36D066
Complementary color
Monochromatic Colors of #36D066
Black with #36D066
Text Example
Text Example
White with #36D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D066; }
p { color: rgb(54,208,102); }
H1.HeaderClassName
{
color: #36D066;
}
.AnyTagClassName
{
color: #36D066;
}
</style>
background-color css
<style>
a { background-color: #36D066; }
a { background-color: rgb(54,208,102); }
div.DivClassName
{
background-color: #36D066;
}
.BgClassName
{
background-color: #36D066;
}
</style>
border-color css
<style>
span { border-color: #36D066; }
span { border-color: rgb(54,208,102); }
td.TdClassName
{
border-color: #36D066;
}
.TagClassName
{
border-color: #36D066;
}
</style>