Shades of Emerald #36D768
Tints of Emerald #36D768
RGB
CMYK
RGB Variations
Color information
#36D768 (or 0x36D768) is known color: Emerald. HEX triplet: 36, D7 and 68. RGB value is (54,215,104). Sum of RGB (Red+Green+Blue) = 54+215+104=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 215 (84.38% from 255 or 57.64% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 215 - color contains mainly: green. Hex color #36D768 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D768 is #C92897. Grayscale: #9A9A9A. Windows color (decimal): -13183128 or 6870838. OLE color: 6870838.
HSL color Cylindrical-coordinate representation of color #36D768: hue angle of 138.63º degrees, saturation: 0.67, 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 #36D768 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 215 | 104 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.16 |
| HSL | 138.63º | 0.67% | 0.53% | - |
| HSV(B) | 138.63º | 0.75% | 0.84% | - |
| XYZ | 28.32 | 50.38 | 21.33 | - |
| YUV | 154.21 | 99.66 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 215 | 104 | 0.75 | 0 | 0.52 | 0.16 | 138.63 | 0.67 | 0.53 |
| Hex | 36 | D7 | 68 | 4B | 0 | 34 | 10 | 8B | 43 | 35 |
| Octal | 66 | 327 | 150 | 113 | 0 | 64 | 20 | 213 | 103 | 65 |
| Binary | 110110 | 11010111 | 1101000 | 1001011 | 0 | 110100 | 10000 | 10001011 | 1000011 | 110101 |
Color Harmonies of #36D768
Complementary color
Monochromatic Colors of #36D768
Black with #36D768
Text Example
Text Example
White with #36D768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D768; }
p { color: rgb(54,215,104); }
H1.HeaderClassName
{
color: #36D768;
}
.AnyTagClassName
{
color: #36D768;
}
</style>
background-color css
<style>
a { background-color: #36D768; }
a { background-color: rgb(54,215,104); }
div.DivClassName
{
background-color: #36D768;
}
.BgClassName
{
background-color: #36D768;
}
</style>
border-color css
<style>
span { border-color: #36D768; }
span { border-color: rgb(54,215,104); }
td.TdClassName
{
border-color: #36D768;
}
.TagClassName
{
border-color: #36D768;
}
</style>