Shades of Emerald #36DA74
Tints of Emerald #36DA74
RGB
CMYK
RGB Variations
Color information
#36DA74 (or 0x36DA74) is known color: Emerald. HEX triplet: 36, DA and 74. RGB value is (54,218,116). Sum of RGB (Red+Green+Blue) = 54+218+116=388 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.92% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #36DA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36DA74 is #C9258B. Grayscale: #9D9D9D. Windows color (decimal): -13182348 or 7658038. OLE color: 7658038.
HSL color Cylindrical-coordinate representation of color #36DA74: hue angle of 142.68º degrees, saturation: 0.69, 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 #36DA74 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 218 | 116 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.15 |
| HSL | 142.68º | 0.69% | 0.53% | - |
| HSV(B) | 142.68º | 0.75% | 0.85% | - |
| XYZ | 29.75 | 52.19 | 25.03 | - |
| YUV | 157.34 | 104.67 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 218 | 116 | 0.75 | 0 | 0.47 | 0.15 | 142.68 | 0.69 | 0.53 |
| Hex | 36 | DA | 74 | 4B | 0 | 2F | F | 8F | 45 | 35 |
| Octal | 66 | 332 | 164 | 113 | 0 | 57 | 17 | 217 | 105 | 65 |
| Binary | 110110 | 11011010 | 1110100 | 1001011 | 0 | 101111 | 1111 | 10001111 | 1000101 | 110101 |
Color Harmonies of #36DA74
Complementary color
Monochromatic Colors of #36DA74
Black with #36DA74
Text Example
Text Example
White with #36DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DA74; }
p { color: rgb(54,218,116); }
H1.HeaderClassName
{
color: #36DA74;
}
.AnyTagClassName
{
color: #36DA74;
}
</style>
background-color css
<style>
a { background-color: #36DA74; }
a { background-color: rgb(54,218,116); }
div.DivClassName
{
background-color: #36DA74;
}
.BgClassName
{
background-color: #36DA74;
}
</style>
border-color css
<style>
span { border-color: #36DA74; }
span { border-color: rgb(54,218,116); }
td.TdClassName
{
border-color: #36DA74;
}
.TagClassName
{
border-color: #36DA74;
}
</style>