Shades of Harlequin #36FF0F
Tints of Harlequin #36FF0F
RGB
CMYK
RGB Variations
Color information
#36FF0F (or 0x36FF0F) is known color: Harlequin. HEX triplet: 36, FF and 0F. RGB value is (54,255,15). Sum of RGB (Red+Green+Blue) = 54+255+15=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 255 (100% from 255 or 78.70% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36FF0F is #C900F0. Grayscale: #A8A8A8. Windows color (decimal): -13172977 or 1048374. OLE color: 1048374.
HSL color Cylindrical-coordinate representation of color #36FF0F: hue angle of 110.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36FF0F is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 15 | - |
| CMYK | 0.79 | 0 | 0.94 | 0 |
| HSL | 110.25º | 1% | 0.53% | - |
| HSV(B) | 110.25º | 0.94% | 1% | - |
| XYZ | 37.37 | 72.34 | 12.45 | - |
| YUV | 167.54 | 41.91 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 15 | 0.79 | 0 | 0.94 | 0 | 110.25 | 1 | 0.53 |
| Hex | 36 | FF | F | 4F | 0 | 5E | 0 | 6E | 64 | 35 |
| Octal | 66 | 377 | 17 | 117 | 0 | 136 | 0 | 156 | 144 | 65 |
| Binary | 110110 | 11111111 | 1111 | 1001111 | 0 | 1011110 | 0 | 1101110 | 1100100 | 110101 |
Color Harmonies of #36FF0F
Complementary color
Monochromatic Colors of #36FF0F
Black with #36FF0F
Text Example
Text Example
White with #36FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF0F; }
p { color: rgb(54,255,15); }
H1.HeaderClassName
{
color: #36FF0F;
}
.AnyTagClassName
{
color: #36FF0F;
}
</style>
background-color css
<style>
a { background-color: #36FF0F; }
a { background-color: rgb(54,255,15); }
div.DivClassName
{
background-color: #36FF0F;
}
.BgClassName
{
background-color: #36FF0F;
}
</style>
border-color css
<style>
span { border-color: #36FF0F; }
span { border-color: rgb(54,255,15); }
td.TdClassName
{
border-color: #36FF0F;
}
.TagClassName
{
border-color: #36FF0F;
}
</style>