Shades of Harlequin #36FC0B
Tints of Harlequin #36FC0B
RGB
CMYK
RGB Variations
Color information
#36FC0B (or 0x36FC0B) is known color: Harlequin. HEX triplet: 36, FC and 0B. RGB value is (54,252,11). Sum of RGB (Red+Green+Blue) = 54+252+11=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 252 (98.83% from 255 or 79.50% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 252 - color contains mainly: green. Hex color #36FC0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36FC0B is #C903F4. Grayscale: #A6A6A6. Windows color (decimal): -13173749 or 785462. OLE color: 785462.
HSL color Cylindrical-coordinate representation of color #36FC0B: hue angle of 109.29º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36FC0B is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 252 | 11 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.01 |
| HSL | 109.29º | 0.98% | 0.52% | - |
| HSV(B) | 109.29º | 0.96% | 0.99% | - |
| XYZ | 36.39 | 70.43 | 11.99 | - |
| YUV | 165.32 | 40.9 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 252 | 11 | 0.79 | 0 | 0.96 | 0.01 | 109.29 | 0.98 | 0.52 |
| Hex | 36 | FC | B | 4F | 0 | 60 | 1 | 6D | 62 | 34 |
| Octal | 66 | 374 | 13 | 117 | 0 | 140 | 1 | 155 | 142 | 64 |
| Binary | 110110 | 11111100 | 1011 | 1001111 | 0 | 1100000 | 1 | 1101101 | 1100010 | 110100 |
Color Harmonies of #36FC0B
Complementary color
Monochromatic Colors of #36FC0B
Black with #36FC0B
Text Example
Text Example
White with #36FC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FC0B; }
p { color: rgb(54,252,11); }
H1.HeaderClassName
{
color: #36FC0B;
}
.AnyTagClassName
{
color: #36FC0B;
}
</style>
background-color css
<style>
a { background-color: #36FC0B; }
a { background-color: rgb(54,252,11); }
div.DivClassName
{
background-color: #36FC0B;
}
.BgClassName
{
background-color: #36FC0B;
}
</style>
border-color css
<style>
span { border-color: #36FC0B; }
span { border-color: rgb(54,252,11); }
td.TdClassName
{
border-color: #36FC0B;
}
.TagClassName
{
border-color: #36FC0B;
}
</style>