Shades of Harlequin #36F215
Tints of Harlequin #36F215
RGB
CMYK
RGB Variations
Color information
#36F215 (or 0x36F215) is known color: Harlequin. HEX triplet: 36, F2 and 15. RGB value is (54,242,21). Sum of RGB (Red+Green+Blue) = 54+242+21=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 242 (94.92% from 255 or 76.34% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 242 - color contains mainly: green. Hex color #36F215 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F215 is #C90DEA. Grayscale: #A1A1A1. Windows color (decimal): -13176299 or 1438262. OLE color: 1438262.
HSL color Cylindrical-coordinate representation of color #36F215: hue angle of 111.04º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36F215 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 21 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.05 |
| HSL | 111.04º | 0.89% | 0.52% | - |
| HSV(B) | 111.04º | 0.91% | 0.95% | - |
| XYZ | 33.41 | 64.34 | 11.37 | - |
| YUV | 160.59 | 49.22 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 21 | 0.78 | 0 | 0.91 | 0.05 | 111.04 | 0.89 | 0.52 |
| Hex | 36 | F2 | 15 | 4E | 0 | 5B | 5 | 6F | 59 | 34 |
| Octal | 66 | 362 | 25 | 116 | 0 | 133 | 5 | 157 | 131 | 64 |
| Binary | 110110 | 11110010 | 10101 | 1001110 | 0 | 1011011 | 101 | 1101111 | 1011001 | 110100 |
Color Harmonies of #36F215
Complementary color
Monochromatic Colors of #36F215
Black with #36F215
Text Example
Text Example
White with #36F215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F215; }
p { color: rgb(54,242,21); }
H1.HeaderClassName
{
color: #36F215;
}
.AnyTagClassName
{
color: #36F215;
}
</style>
background-color css
<style>
a { background-color: #36F215; }
a { background-color: rgb(54,242,21); }
div.DivClassName
{
background-color: #36F215;
}
.BgClassName
{
background-color: #36F215;
}
</style>
border-color css
<style>
span { border-color: #36F215; }
span { border-color: rgb(54,242,21); }
td.TdClassName
{
border-color: #36F215;
}
.TagClassName
{
border-color: #36F215;
}
</style>