Shades of Harlequin #36F602
Tints of Harlequin #36F602
RGB
CMYK
RGB Variations
Color information
#36F602 (or 0x36F602) is known color: Harlequin. HEX triplet: 36, F6 and 02. RGB value is (54,246,2). Sum of RGB (Red+Green+Blue) = 54+246+2=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 246 (96.48% from 255 or 81.46% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 246 - color contains mainly: green. Hex color #36F602 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F602 is #C909FD. Grayscale: #A1A1A1. Windows color (decimal): -13175294 or 194102. OLE color: 194102.
HSL color Cylindrical-coordinate representation of color #36F602: hue angle of 107.21º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36F602 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 246 | 2 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.04 |
| HSL | 107.21º | 0.98% | 0.49% | - |
| HSV(B) | 107.21º | 0.99% | 0.96% | - |
| XYZ | 34.49 | 66.7 | 11.11 | - |
| YUV | 160.78 | 38.39 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 246 | 2 | 0.78 | 0 | 0.99 | 0.04 | 107.21 | 0.98 | 0.49 |
| Hex | 36 | F6 | 2 | 4E | 0 | 63 | 4 | 6B | 62 | 31 |
| Octal | 66 | 366 | 2 | 116 | 0 | 143 | 4 | 153 | 142 | 61 |
| Binary | 110110 | 11110110 | 10 | 1001110 | 0 | 1100011 | 100 | 1101011 | 1100010 | 110001 |
Color Harmonies of #36F602
Complementary color
Monochromatic Colors of #36F602
Black with #36F602
Text Example
Text Example
White with #36F602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F602; }
p { color: rgb(54,246,2); }
H1.HeaderClassName
{
color: #36F602;
}
.AnyTagClassName
{
color: #36F602;
}
</style>
background-color css
<style>
a { background-color: #36F602; }
a { background-color: rgb(54,246,2); }
div.DivClassName
{
background-color: #36F602;
}
.BgClassName
{
background-color: #36F602;
}
</style>
border-color css
<style>
span { border-color: #36F602; }
span { border-color: rgb(54,246,2); }
td.TdClassName
{
border-color: #36F602;
}
.TagClassName
{
border-color: #36F602;
}
</style>