Shades of Harlequin #36FA05
Tints of Harlequin #36FA05
RGB
CMYK
RGB Variations
Color information
#36FA05 (or 0x36FA05) is known color: Harlequin. HEX triplet: 36, FA and 05. RGB value is (54,250,5). Sum of RGB (Red+Green+Blue) = 54+250+5=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 250 (98.05% from 255 or 80.91% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 250 - color contains mainly: green. Hex color #36FA05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36FA05 is #C905FA. Grayscale: #A4A4A4. Windows color (decimal): -13174267 or 391734. OLE color: 391734.
HSL color Cylindrical-coordinate representation of color #36FA05: hue angle of 108º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36FA05 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 250 | 5 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.02 |
| HSL | 108º | 0.96% | 0.5% | - |
| HSV(B) | 108º | 0.98% | 0.98% | - |
| XYZ | 35.73 | 69.17 | 11.61 | - |
| YUV | 163.47 | 38.57 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 250 | 5 | 0.78 | 0 | 0.98 | 0.02 | 108 | 0.96 | 0.5 |
| Hex | 36 | FA | 5 | 4E | 0 | 62 | 2 | 6C | 60 | 32 |
| Octal | 66 | 372 | 5 | 116 | 0 | 142 | 2 | 154 | 140 | 62 |
| Binary | 110110 | 11111010 | 101 | 1001110 | 0 | 1100010 | 10 | 1101100 | 1100000 | 110010 |
Color Harmonies of #36FA05
Complementary color
Monochromatic Colors of #36FA05
Black with #36FA05
Text Example
Text Example
White with #36FA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FA05; }
p { color: rgb(54,250,5); }
H1.HeaderClassName
{
color: #36FA05;
}
.AnyTagClassName
{
color: #36FA05;
}
</style>
background-color css
<style>
a { background-color: #36FA05; }
a { background-color: rgb(54,250,5); }
div.DivClassName
{
background-color: #36FA05;
}
.BgClassName
{
background-color: #36FA05;
}
</style>
border-color css
<style>
span { border-color: #36FA05; }
span { border-color: rgb(54,250,5); }
td.TdClassName
{
border-color: #36FA05;
}
.TagClassName
{
border-color: #36FA05;
}
</style>