Shades of Emerald #36D668
Tints of Emerald #36D668
RGB
CMYK
RGB Variations
Color information
#36D668 (or 0x36D668) is known color: Emerald. HEX triplet: 36, D6 and 68. RGB value is (54,214,104). Sum of RGB (Red+Green+Blue) = 54+214+104=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 214 (83.98% from 255 or 57.53% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 214 - color contains mainly: green. Hex color #36D668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D668 is #C92997. Grayscale: #999999. Windows color (decimal): -13183384 or 6870582. OLE color: 6870582.
HSL color Cylindrical-coordinate representation of color #36D668: hue angle of 138.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D668 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 214 | 104 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.16 |
| HSL | 138.75º | 0.66% | 0.53% | - |
| HSV(B) | 138.75º | 0.75% | 0.84% | - |
| XYZ | 28.07 | 49.88 | 21.24 | - |
| YUV | 153.62 | 99.99 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 214 | 104 | 0.75 | 0 | 0.51 | 0.16 | 138.75 | 0.66 | 0.53 |
| Hex | 36 | D6 | 68 | 4B | 0 | 33 | 10 | 8B | 42 | 35 |
| Octal | 66 | 326 | 150 | 113 | 0 | 63 | 20 | 213 | 102 | 65 |
| Binary | 110110 | 11010110 | 1101000 | 1001011 | 0 | 110011 | 10000 | 10001011 | 1000010 | 110101 |
Color Harmonies of #36D668
Complementary color
Monochromatic Colors of #36D668
Black with #36D668
Text Example
Text Example
White with #36D668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D668; }
p { color: rgb(54,214,104); }
H1.HeaderClassName
{
color: #36D668;
}
.AnyTagClassName
{
color: #36D668;
}
</style>
background-color css
<style>
a { background-color: #36D668; }
a { background-color: rgb(54,214,104); }
div.DivClassName
{
background-color: #36D668;
}
.BgClassName
{
background-color: #36D668;
}
</style>
border-color css
<style>
span { border-color: #36D668; }
span { border-color: rgb(54,214,104); }
td.TdClassName
{
border-color: #36D668;
}
.TagClassName
{
border-color: #36D668;
}
</style>