Shades of Harlequin #36F512
Tints of Harlequin #36F512
RGB
CMYK
RGB Variations
Color information
#36F512 (or 0x36F512) is known color: Harlequin. HEX triplet: 36, F5 and 12. RGB value is (54,245,18). Sum of RGB (Red+Green+Blue) = 54+245+18=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 245 (96.09% from 255 or 77.29% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 245 - color contains mainly: green. Hex color #36F512 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F512 is #C90AED. Grayscale: #A2A2A2. Windows color (decimal): -13175534 or 1242422. OLE color: 1242422.
HSL color Cylindrical-coordinate representation of color #36F512: hue angle of 110.48º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36F512 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 245 | 18 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.04 |
| HSL | 110.48º | 0.92% | 0.52% | - |
| HSV(B) | 110.48º | 0.93% | 0.96% | - |
| XYZ | 34.28 | 66.13 | 11.53 | - |
| YUV | 162.01 | 46.72 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 245 | 18 | 0.78 | 0 | 0.93 | 0.04 | 110.48 | 0.92 | 0.52 |
| Hex | 36 | F5 | 12 | 4E | 0 | 5D | 4 | 6E | 5C | 34 |
| Octal | 66 | 365 | 22 | 116 | 0 | 135 | 4 | 156 | 134 | 64 |
| Binary | 110110 | 11110101 | 10010 | 1001110 | 0 | 1011101 | 100 | 1101110 | 1011100 | 110100 |
Color Harmonies of #36F512
Complementary color
Monochromatic Colors of #36F512
Black with #36F512
Text Example
Text Example
White with #36F512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F512; }
p { color: rgb(54,245,18); }
H1.HeaderClassName
{
color: #36F512;
}
.AnyTagClassName
{
color: #36F512;
}
</style>
background-color css
<style>
a { background-color: #36F512; }
a { background-color: rgb(54,245,18); }
div.DivClassName
{
background-color: #36F512;
}
.BgClassName
{
background-color: #36F512;
}
</style>
border-color css
<style>
span { border-color: #36F512; }
span { border-color: rgb(54,245,18); }
td.TdClassName
{
border-color: #36F512;
}
.TagClassName
{
border-color: #36F512;
}
</style>