Shades of Harlequin #36FE02
Tints of Harlequin #36FE02
RGB
CMYK
RGB Variations
Color information
#36FE02 (or 0x36FE02) is known color: Harlequin. HEX triplet: 36, FE and 02. RGB value is (54,254,2). Sum of RGB (Red+Green+Blue) = 54+254+2=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 254 (99.61% from 255 or 81.94% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 254 - color contains mainly: green. Hex color #36FE02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36FE02 is #C901FD. Grayscale: #A6A6A6. Windows color (decimal): -13173246 or 196150. OLE color: 196150.
HSL color Cylindrical-coordinate representation of color #36FE02: hue angle of 107.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36FE02 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 2 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.00 |
| HSL | 107.62º | 0.99% | 0.5% | - |
| HSV(B) | 107.62º | 0.99% | 1% | - |
| XYZ | 36.97 | 71.67 | 11.94 | - |
| YUV | 165.47 | 35.74 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 2 | 0.79 | 0 | 0.99 | 0.00 | 107.62 | 0.99 | 0.5 |
| Hex | 36 | FE | 2 | 4F | 0 | 63 | 0 | 6C | 63 | 32 |
| Octal | 66 | 376 | 2 | 117 | 0 | 143 | 0 | 154 | 143 | 62 |
| Binary | 110110 | 11111110 | 10 | 1001111 | 0 | 1100011 | 0 | 1101100 | 1100011 | 110010 |
Color Harmonies of #36FE02
Complementary color
Monochromatic Colors of #36FE02
Black with #36FE02
Text Example
Text Example
White with #36FE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FE02; }
p { color: rgb(54,254,2); }
H1.HeaderClassName
{
color: #36FE02;
}
.AnyTagClassName
{
color: #36FE02;
}
</style>
background-color css
<style>
a { background-color: #36FE02; }
a { background-color: rgb(54,254,2); }
div.DivClassName
{
background-color: #36FE02;
}
.BgClassName
{
background-color: #36FE02;
}
</style>
border-color css
<style>
span { border-color: #36FE02; }
span { border-color: rgb(54,254,2); }
td.TdClassName
{
border-color: #36FE02;
}
.TagClassName
{
border-color: #36FE02;
}
</style>