Shades of Emerald #36D968
Tints of Emerald #36D968
RGB
CMYK
RGB Variations
Color information
#36D968 (or 0x36D968) is known color: Emerald. HEX triplet: 36, D9 and 68. RGB value is (54,217,104). Sum of RGB (Red+Green+Blue) = 54+217+104=375 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.4% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #36D968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D968 is #C92697. Grayscale: #9B9B9B. Windows color (decimal): -13182616 or 6871350. OLE color: 6871350.
HSL color Cylindrical-coordinate representation of color #36D968: hue angle of 138.4º 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 #36D968 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 217 | 104 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.15 |
| HSL | 138.4º | 0.68% | 0.53% | - |
| HSV(B) | 138.4º | 0.75% | 0.85% | - |
| XYZ | 28.83 | 51.41 | 21.5 | - |
| YUV | 155.38 | 99 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 217 | 104 | 0.75 | 0 | 0.52 | 0.15 | 138.4 | 0.68 | 0.53 |
| Hex | 36 | D9 | 68 | 4B | 0 | 34 | F | 8A | 44 | 35 |
| Octal | 66 | 331 | 150 | 113 | 0 | 64 | 17 | 212 | 104 | 65 |
| Binary | 110110 | 11011001 | 1101000 | 1001011 | 0 | 110100 | 1111 | 10001010 | 1000100 | 110101 |
Color Harmonies of #36D968
Complementary color
Monochromatic Colors of #36D968
Black with #36D968
Text Example
Text Example
White with #36D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D968; }
p { color: rgb(54,217,104); }
H1.HeaderClassName
{
color: #36D968;
}
.AnyTagClassName
{
color: #36D968;
}
</style>
background-color css
<style>
a { background-color: #36D968; }
a { background-color: rgb(54,217,104); }
div.DivClassName
{
background-color: #36D968;
}
.BgClassName
{
background-color: #36D968;
}
</style>
border-color css
<style>
span { border-color: #36D968; }
span { border-color: rgb(54,217,104); }
td.TdClassName
{
border-color: #36D968;
}
.TagClassName
{
border-color: #36D968;
}
</style>