Shades of Emerald #36D268
Tints of Emerald #36D268
RGB
CMYK
RGB Variations
Color information
#36D268 (or 0x36D268) is known color: Emerald. HEX triplet: 36, D2 and 68. RGB value is (54,210,104). Sum of RGB (Red+Green+Blue) = 54+210+104=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #36D268 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D268 is #C92D97. Grayscale: #979797. Windows color (decimal): -13184408 or 6869558. OLE color: 6869558.
HSL color Cylindrical-coordinate representation of color #36D268: hue angle of 139.23º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D268 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 210 | 104 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.18 |
| HSL | 139.23º | 0.63% | 0.52% | - |
| HSV(B) | 139.23º | 0.74% | 0.82% | - |
| XYZ | 27.07 | 47.88 | 20.91 | - |
| YUV | 151.27 | 101.32 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 210 | 104 | 0.74 | 0 | 0.50 | 0.18 | 139.23 | 0.63 | 0.52 |
| Hex | 36 | D2 | 68 | 4A | 0 | 32 | 12 | 8B | 3F | 34 |
| Octal | 66 | 322 | 150 | 112 | 0 | 62 | 22 | 213 | 77 | 64 |
| Binary | 110110 | 11010010 | 1101000 | 1001010 | 0 | 110010 | 10010 | 10001011 | 111111 | 110100 |
Color Harmonies of #36D268
Complementary color
Monochromatic Colors of #36D268
Black with #36D268
Text Example
Text Example
White with #36D268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D268; }
p { color: rgb(54,210,104); }
H1.HeaderClassName
{
color: #36D268;
}
.AnyTagClassName
{
color: #36D268;
}
</style>
background-color css
<style>
a { background-color: #36D268; }
a { background-color: rgb(54,210,104); }
div.DivClassName
{
background-color: #36D268;
}
.BgClassName
{
background-color: #36D268;
}
</style>
border-color css
<style>
span { border-color: #36D268; }
span { border-color: rgb(54,210,104); }
td.TdClassName
{
border-color: #36D268;
}
.TagClassName
{
border-color: #36D268;
}
</style>