Shades of Emerald #36D966
Tints of Emerald #36D966
RGB
CMYK
RGB Variations
Color information
#36D966 (or 0x36D966) is known color: Emerald. HEX triplet: 36, D9 and 66. RGB value is (54,217,102). Sum of RGB (Red+Green+Blue) = 54+217+102=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 217 (85.16% from 255 or 58.18% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 217 - color contains mainly: green. Hex color #36D966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D966 is #C92699. Grayscale: #9B9B9B. Windows color (decimal): -13182618 or 6740278. OLE color: 6740278.
HSL color Cylindrical-coordinate representation of color #36D966: hue angle of 137.67º 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 #36D966 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 217 | 102 | - |
| CMYK | 0.75 | 0 | 0.53 | 0.15 |
| HSL | 137.67º | 0.68% | 0.53% | - |
| HSV(B) | 137.67º | 0.75% | 0.85% | - |
| XYZ | 28.73 | 51.37 | 20.97 | - |
| YUV | 155.15 | 98 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 217 | 102 | 0.75 | 0 | 0.53 | 0.15 | 137.67 | 0.68 | 0.53 |
| Hex | 36 | D9 | 66 | 4B | 0 | 35 | F | 8A | 44 | 35 |
| Octal | 66 | 331 | 146 | 113 | 0 | 65 | 17 | 212 | 104 | 65 |
| Binary | 110110 | 11011001 | 1100110 | 1001011 | 0 | 110101 | 1111 | 10001010 | 1000100 | 110101 |
Color Harmonies of #36D966
Complementary color
Monochromatic Colors of #36D966
Black with #36D966
Text Example
Text Example
White with #36D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D966; }
p { color: rgb(54,217,102); }
H1.HeaderClassName
{
color: #36D966;
}
.AnyTagClassName
{
color: #36D966;
}
</style>
background-color css
<style>
a { background-color: #36D966; }
a { background-color: rgb(54,217,102); }
div.DivClassName
{
background-color: #36D966;
}
.BgClassName
{
background-color: #36D966;
}
</style>
border-color css
<style>
span { border-color: #36D966; }
span { border-color: rgb(54,217,102); }
td.TdClassName
{
border-color: #36D966;
}
.TagClassName
{
border-color: #36D966;
}
</style>