Shades of Harlequin #36F30F
Tints of Harlequin #36F30F
RGB
CMYK
RGB Variations
Color information
#36F30F (or 0x36F30F) is known color: Harlequin. HEX triplet: 36, F3 and 0F. RGB value is (54,243,15). Sum of RGB (Red+Green+Blue) = 54+243+15=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 243 (95.31% from 255 or 77.88% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 243 - color contains mainly: green. Hex color #36F30F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F30F is #C90CF0. Grayscale: #A1A1A1. Windows color (decimal): -13176049 or 1045302. OLE color: 1045302.
HSL color Cylindrical-coordinate representation of color #36F30F: hue angle of 109.74º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36F30F is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 243 | 15 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.05 |
| HSL | 109.74º | 0.9% | 0.51% | - |
| HSV(B) | 109.74º | 0.94% | 0.95% | - |
| XYZ | 33.66 | 64.92 | 11.21 | - |
| YUV | 160.5 | 45.88 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 243 | 15 | 0.78 | 0 | 0.94 | 0.05 | 109.74 | 0.9 | 0.51 |
| Hex | 36 | F3 | F | 4E | 0 | 5E | 5 | 6E | 5A | 33 |
| Octal | 66 | 363 | 17 | 116 | 0 | 136 | 5 | 156 | 132 | 63 |
| Binary | 110110 | 11110011 | 1111 | 1001110 | 0 | 1011110 | 101 | 1101110 | 1011010 | 110011 |
Color Harmonies of #36F30F
Complementary color
Monochromatic Colors of #36F30F
Black with #36F30F
Text Example
Text Example
White with #36F30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F30F; }
p { color: rgb(54,243,15); }
H1.HeaderClassName
{
color: #36F30F;
}
.AnyTagClassName
{
color: #36F30F;
}
</style>
background-color css
<style>
a { background-color: #36F30F; }
a { background-color: rgb(54,243,15); }
div.DivClassName
{
background-color: #36F30F;
}
.BgClassName
{
background-color: #36F30F;
}
</style>
border-color css
<style>
span { border-color: #36F30F; }
span { border-color: rgb(54,243,15); }
td.TdClassName
{
border-color: #36F30F;
}
.TagClassName
{
border-color: #36F30F;
}
</style>