Shades of Harlequin #36EC07
Tints of Harlequin #36EC07
RGB
CMYK
RGB Variations
Color information
#36EC07 (or 0x36EC07) is known color: Harlequin. HEX triplet: 36, EC and 07. RGB value is (54,236,7). Sum of RGB (Red+Green+Blue) = 54+236+7=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 236 (92.58% from 255 or 79.46% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 236 - color contains mainly: green. Hex color #36EC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36EC07 is #C913F8. Grayscale: #9C9C9C. Windows color (decimal): -13177849 or 519222. OLE color: 519222.
HSL color Cylindrical-coordinate representation of color #36EC07: hue angle of 107.69º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #36EC07 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 7 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.07 |
| HSL | 107.69º | 0.94% | 0.48% | - |
| HSV(B) | 107.69º | 0.97% | 0.93% | - |
| XYZ | 31.56 | 60.79 | 10.27 | - |
| YUV | 155.48 | 44.2 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 7 | 0.77 | 0 | 0.97 | 0.07 | 107.69 | 0.94 | 0.48 |
| Hex | 36 | EC | 7 | 4D | 0 | 61 | 7 | 6C | 5E | 30 |
| Octal | 66 | 354 | 7 | 115 | 0 | 141 | 7 | 154 | 136 | 60 |
| Binary | 110110 | 11101100 | 111 | 1001101 | 0 | 1100001 | 111 | 1101100 | 1011110 | 110000 |
Color Harmonies of #36EC07
Complementary color
Monochromatic Colors of #36EC07
Black with #36EC07
Text Example
Text Example
White with #36EC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EC07; }
p { color: rgb(54,236,7); }
H1.HeaderClassName
{
color: #36EC07;
}
.AnyTagClassName
{
color: #36EC07;
}
</style>
background-color css
<style>
a { background-color: #36EC07; }
a { background-color: rgb(54,236,7); }
div.DivClassName
{
background-color: #36EC07;
}
.BgClassName
{
background-color: #36EC07;
}
</style>
border-color css
<style>
span { border-color: #36EC07; }
span { border-color: rgb(54,236,7); }
td.TdClassName
{
border-color: #36EC07;
}
.TagClassName
{
border-color: #36EC07;
}
</style>