Shades of Harlequin #36F214
Tints of Harlequin #36F214
RGB
CMYK
RGB Variations
Color information
#36F214 (or 0x36F214) is known color: Harlequin. HEX triplet: 36, F2 and 14. RGB value is (54,242,20). Sum of RGB (Red+Green+Blue) = 54+242+20=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 242 (94.92% from 255 or 76.58% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 242 - color contains mainly: green. Hex color #36F214 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F214 is #C90DEB. Grayscale: #A1A1A1. Windows color (decimal): -13176300 or 1372726. OLE color: 1372726.
HSL color Cylindrical-coordinate representation of color #36F214: hue angle of 110.81º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36F214 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 20 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.05 |
| HSL | 110.81º | 0.9% | 0.51% | - |
| HSV(B) | 110.81º | 0.92% | 0.95% | - |
| XYZ | 33.4 | 64.34 | 11.32 | - |
| YUV | 160.48 | 48.72 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 20 | 0.78 | 0 | 0.92 | 0.05 | 110.81 | 0.9 | 0.51 |
| Hex | 36 | F2 | 14 | 4E | 0 | 5C | 5 | 6F | 5A | 33 |
| Octal | 66 | 362 | 24 | 116 | 0 | 134 | 5 | 157 | 132 | 63 |
| Binary | 110110 | 11110010 | 10100 | 1001110 | 0 | 1011100 | 101 | 1101111 | 1011010 | 110011 |
Color Harmonies of #36F214
Complementary color
Monochromatic Colors of #36F214
Black with #36F214
Text Example
Text Example
White with #36F214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F214; }
p { color: rgb(54,242,20); }
H1.HeaderClassName
{
color: #36F214;
}
.AnyTagClassName
{
color: #36F214;
}
</style>
background-color css
<style>
a { background-color: #36F214; }
a { background-color: rgb(54,242,20); }
div.DivClassName
{
background-color: #36F214;
}
.BgClassName
{
background-color: #36F214;
}
</style>
border-color css
<style>
span { border-color: #36F214; }
span { border-color: rgb(54,242,20); }
td.TdClassName
{
border-color: #36F214;
}
.TagClassName
{
border-color: #36F214;
}
</style>