Shades of Emerald #36CF64
Tints of Emerald #36CF64
RGB
CMYK
RGB Variations
Color information
#36CF64 (or 0x36CF64) is known color: Emerald. HEX triplet: 36, CF and 64. RGB value is (54,207,100). Sum of RGB (Red+Green+Blue) = 54+207+100=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #36CF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36CF64 is #C9309B. Grayscale: #959595. Windows color (decimal): -13185180 or 6606646. OLE color: 6606646.
HSL color Cylindrical-coordinate representation of color #36CF64: hue angle of 138.04º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CF64 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 100 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.19 |
| HSL | 138.04º | 0.61% | 0.51% | - |
| HSV(B) | 138.04º | 0.74% | 0.81% | - |
| XYZ | 26.13 | 46.33 | 19.62 | - |
| YUV | 149.06 | 100.31 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 100 | 0.74 | 0 | 0.52 | 0.19 | 138.04 | 0.61 | 0.51 |
| Hex | 36 | CF | 64 | 4A | 0 | 34 | 13 | 8A | 3D | 33 |
| Octal | 66 | 317 | 144 | 112 | 0 | 64 | 23 | 212 | 75 | 63 |
| Binary | 110110 | 11001111 | 1100100 | 1001010 | 0 | 110100 | 10011 | 10001010 | 111101 | 110011 |
Color Harmonies of #36CF64
Complementary color
Monochromatic Colors of #36CF64
Black with #36CF64
Text Example
Text Example
White with #36CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CF64; }
p { color: rgb(54,207,100); }
H1.HeaderClassName
{
color: #36CF64;
}
.AnyTagClassName
{
color: #36CF64;
}
</style>
background-color css
<style>
a { background-color: #36CF64; }
a { background-color: rgb(54,207,100); }
div.DivClassName
{
background-color: #36CF64;
}
.BgClassName
{
background-color: #36CF64;
}
</style>
border-color css
<style>
span { border-color: #36CF64; }
span { border-color: rgb(54,207,100); }
td.TdClassName
{
border-color: #36CF64;
}
.TagClassName
{
border-color: #36CF64;
}
</style>