Shades of Harlequin #36FA00
Tints of Harlequin #36FA00
RGB
CMYK
RGB Variations
Color information
#36FA00 (or 0x36FA00) is known color: Harlequin. HEX triplet: 36, FA and 00. RGB value is (54,250,0). Sum of RGB (Red+Green+Blue) = 54+250+0=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 250 (98.05% from 255 or 82.24% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 250 - color contains mainly: green. Hex color #36FA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36FA00 is #C905FF. Grayscale: #A3A3A3. Windows color (decimal): -13174272 or 64054. OLE color: 64054.
HSL color Cylindrical-coordinate representation of color #36FA00: hue angle of 107.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36FA00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 250 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.02 |
| HSL | 107.04º | 1% | 0.49% | - |
| HSV(B) | 107.04º | 1% | 0.98% | - |
| XYZ | 35.71 | 69.16 | 11.47 | - |
| YUV | 162.9 | 36.07 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 250 | 0 | 0.78 | 0 | 1 | 0.02 | 107.04 | 1 | 0.49 |
| Hex | 36 | FA | 0 | 4E | 0 | 64 | 2 | 6B | 64 | 31 |
| Octal | 66 | 372 | 0 | 116 | 0 | 144 | 2 | 153 | 144 | 61 |
| Binary | 110110 | 11111010 | 0 | 1001110 | 0 | 1100100 | 10 | 1101011 | 1100100 | 110001 |
Color Harmonies of #36FA00
Complementary color
Monochromatic Colors of #36FA00
Black with #36FA00
Text Example
Text Example
White with #36FA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FA00; }
p { color: rgb(54,250,0); }
H1.HeaderClassName
{
color: #36FA00;
}
.AnyTagClassName
{
color: #36FA00;
}
</style>
background-color css
<style>
a { background-color: #36FA00; }
a { background-color: rgb(54,250,0); }
div.DivClassName
{
background-color: #36FA00;
}
.BgClassName
{
background-color: #36FA00;
}
</style>
border-color css
<style>
span { border-color: #36FA00; }
span { border-color: rgb(54,250,0); }
td.TdClassName
{
border-color: #36FA00;
}
.TagClassName
{
border-color: #36FA00;
}
</style>