Shades of Harlequin #36F011
Tints of Harlequin #36F011
RGB
CMYK
RGB Variations
Color information
#36F011 (or 0x36F011) is known color: Harlequin. HEX triplet: 36, F0 and 11. RGB value is (54,240,17). Sum of RGB (Red+Green+Blue) = 54+240+17=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 240 (94.14% from 255 or 77.17% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 240 - color contains mainly: green. Hex color #36F011 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F011 is #C90FEE. Grayscale: #9F9F9F. Windows color (decimal): -13176815 or 1175606. OLE color: 1175606.
HSL color Cylindrical-coordinate representation of color #36F011: hue angle of 110.04º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36F011 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 240 | 17 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.06 |
| HSL | 110.04º | 0.88% | 0.5% | - |
| HSV(B) | 110.04º | 0.93% | 0.94% | - |
| XYZ | 32.78 | 63.14 | 10.99 | - |
| YUV | 158.96 | 47.88 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 240 | 17 | 0.78 | 0 | 0.93 | 0.06 | 110.04 | 0.88 | 0.5 |
| Hex | 36 | F0 | 11 | 4E | 0 | 5D | 6 | 6E | 58 | 32 |
| Octal | 66 | 360 | 21 | 116 | 0 | 135 | 6 | 156 | 130 | 62 |
| Binary | 110110 | 11110000 | 10001 | 1001110 | 0 | 1011101 | 110 | 1101110 | 1011000 | 110010 |
Color Harmonies of #36F011
Complementary color
Monochromatic Colors of #36F011
Black with #36F011
Text Example
Text Example
White with #36F011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F011; }
p { color: rgb(54,240,17); }
H1.HeaderClassName
{
color: #36F011;
}
.AnyTagClassName
{
color: #36F011;
}
</style>
background-color css
<style>
a { background-color: #36F011; }
a { background-color: rgb(54,240,17); }
div.DivClassName
{
background-color: #36F011;
}
.BgClassName
{
background-color: #36F011;
}
</style>
border-color css
<style>
span { border-color: #36F011; }
span { border-color: rgb(54,240,17); }
td.TdClassName
{
border-color: #36F011;
}
.TagClassName
{
border-color: #36F011;
}
</style>