Shades of Harlequin #36F502
Tints of Harlequin #36F502
RGB
CMYK
RGB Variations
Color information
#36F502 (or 0x36F502) is known color: Harlequin. HEX triplet: 36, F5 and 02. RGB value is (54,245,2). Sum of RGB (Red+Green+Blue) = 54+245+2=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 245 (96.09% from 255 or 81.40% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 245 - color contains mainly: green. Hex color #36F502 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F502 is #C90AFD. Grayscale: #A0A0A0. Windows color (decimal): -13175550 or 193846. OLE color: 193846.
HSL color Cylindrical-coordinate representation of color #36F502: hue angle of 107.16º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36F502 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 245 | 2 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.04 |
| HSL | 107.16º | 0.98% | 0.48% | - |
| HSV(B) | 107.16º | 0.99% | 0.96% | - |
| XYZ | 34.18 | 66.09 | 11.01 | - |
| YUV | 160.19 | 38.72 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 245 | 2 | 0.78 | 0 | 0.99 | 0.04 | 107.16 | 0.98 | 0.48 |
| Hex | 36 | F5 | 2 | 4E | 0 | 63 | 4 | 6B | 62 | 30 |
| Octal | 66 | 365 | 2 | 116 | 0 | 143 | 4 | 153 | 142 | 60 |
| Binary | 110110 | 11110101 | 10 | 1001110 | 0 | 1100011 | 100 | 1101011 | 1100010 | 110000 |
Color Harmonies of #36F502
Complementary color
Monochromatic Colors of #36F502
Black with #36F502
Text Example
Text Example
White with #36F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F502; }
p { color: rgb(54,245,2); }
H1.HeaderClassName
{
color: #36F502;
}
.AnyTagClassName
{
color: #36F502;
}
</style>
background-color css
<style>
a { background-color: #36F502; }
a { background-color: rgb(54,245,2); }
div.DivClassName
{
background-color: #36F502;
}
.BgClassName
{
background-color: #36F502;
}
</style>
border-color css
<style>
span { border-color: #36F502; }
span { border-color: rgb(54,245,2); }
td.TdClassName
{
border-color: #36F502;
}
.TagClassName
{
border-color: #36F502;
}
</style>