Shades of Harlequin #36E50F
Tints of Harlequin #36E50F
RGB
CMYK
RGB Variations
Color information
#36E50F (or 0x36E50F) is known color: Harlequin. HEX triplet: 36, E5 and 0F. RGB value is (54,229,15). Sum of RGB (Red+Green+Blue) = 54+229+15=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 229 (89.84% from 255 or 76.85% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 229 - color contains mainly: green. Hex color #36E50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36E50F is #C91AF0. Grayscale: #989898. Windows color (decimal): -13179633 or 1041718. OLE color: 1041718.
HSL color Cylindrical-coordinate representation of color #36E50F: hue angle of 109.07º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36E50F is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 229 | 15 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.10 |
| HSL | 109.07º | 0.88% | 0.48% | - |
| HSV(B) | 109.07º | 0.93% | 0.9% | - |
| XYZ | 29.63 | 56.86 | 9.87 | - |
| YUV | 152.28 | 50.52 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 229 | 15 | 0.76 | 0 | 0.93 | 0.10 | 109.07 | 0.88 | 0.48 |
| Hex | 36 | E5 | F | 4C | 0 | 5D | A | 6D | 58 | 30 |
| Octal | 66 | 345 | 17 | 114 | 0 | 135 | 12 | 155 | 130 | 60 |
| Binary | 110110 | 11100101 | 1111 | 1001100 | 0 | 1011101 | 1010 | 1101101 | 1011000 | 110000 |
Color Harmonies of #36E50F
Complementary color
Monochromatic Colors of #36E50F
Black with #36E50F
Text Example
Text Example
White with #36E50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E50F; }
p { color: rgb(54,229,15); }
H1.HeaderClassName
{
color: #36E50F;
}
.AnyTagClassName
{
color: #36E50F;
}
</style>
background-color css
<style>
a { background-color: #36E50F; }
a { background-color: rgb(54,229,15); }
div.DivClassName
{
background-color: #36E50F;
}
.BgClassName
{
background-color: #36E50F;
}
</style>
border-color css
<style>
span { border-color: #36E50F; }
span { border-color: rgb(54,229,15); }
td.TdClassName
{
border-color: #36E50F;
}
.TagClassName
{
border-color: #36E50F;
}
</style>