Shades of Harlequin #36F202
Tints of Harlequin #36F202
RGB
CMYK
RGB Variations
Color information
#36F202 (or 0x36F202) is known color: Harlequin. HEX triplet: 36, F2 and 02. RGB value is (54,242,2). Sum of RGB (Red+Green+Blue) = 54+242+2=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 242 (94.92% from 255 or 81.21% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 242 - color contains mainly: green. Hex color #36F202 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F202 is #C90DFD. Grayscale: #9F9F9F. Windows color (decimal): -13176318 or 193078. OLE color: 193078.
HSL color Cylindrical-coordinate representation of color #36F202: hue angle of 107º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36F202 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 2 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.05 |
| HSL | 107º | 0.98% | 0.48% | - |
| HSV(B) | 107º | 0.99% | 0.95% | - |
| XYZ | 33.28 | 64.29 | 10.71 | - |
| YUV | 158.43 | 39.72 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 2 | 0.78 | 0 | 0.99 | 0.05 | 107 | 0.98 | 0.48 |
| Hex | 36 | F2 | 2 | 4E | 0 | 63 | 5 | 6B | 62 | 30 |
| Octal | 66 | 362 | 2 | 116 | 0 | 143 | 5 | 153 | 142 | 60 |
| Binary | 110110 | 11110010 | 10 | 1001110 | 0 | 1100011 | 101 | 1101011 | 1100010 | 110000 |
Color Harmonies of #36F202
Complementary color
Monochromatic Colors of #36F202
Black with #36F202
Text Example
Text Example
White with #36F202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F202; }
p { color: rgb(54,242,2); }
H1.HeaderClassName
{
color: #36F202;
}
.AnyTagClassName
{
color: #36F202;
}
</style>
background-color css
<style>
a { background-color: #36F202; }
a { background-color: rgb(54,242,2); }
div.DivClassName
{
background-color: #36F202;
}
.BgClassName
{
background-color: #36F202;
}
</style>
border-color css
<style>
span { border-color: #36F202; }
span { border-color: rgb(54,242,2); }
td.TdClassName
{
border-color: #36F202;
}
.TagClassName
{
border-color: #36F202;
}
</style>