Shades of Harlequin #36EF20
Tints of Harlequin #36EF20
RGB
CMYK
RGB Variations
Color information
#36EF20 (or 0x36EF20) is known color: Harlequin. HEX triplet: 36, EF and 20. RGB value is (54,239,32). Sum of RGB (Red+Green+Blue) = 54+239+32=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 239 (93.75% from 255 or 73.54% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 239 - color contains mainly: green. Hex color #36EF20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36EF20 is #C910DF. Grayscale: #A0A0A0. Windows color (decimal): -13177056 or 2158390. OLE color: 2158390.
HSL color Cylindrical-coordinate representation of color #36EF20: hue angle of 113.62º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36EF20 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 239 | 32 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.06 |
| HSL | 113.62º | 0.87% | 0.53% | - |
| HSV(B) | 113.62º | 0.87% | 0.94% | - |
| XYZ | 32.65 | 62.62 | 11.73 | - |
| YUV | 160.09 | 55.71 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 239 | 32 | 0.77 | 0 | 0.87 | 0.06 | 113.62 | 0.87 | 0.53 |
| Hex | 36 | EF | 20 | 4D | 0 | 57 | 6 | 72 | 57 | 35 |
| Octal | 66 | 357 | 40 | 115 | 0 | 127 | 6 | 162 | 127 | 65 |
| Binary | 110110 | 11101111 | 100000 | 1001101 | 0 | 1010111 | 110 | 1110010 | 1010111 | 110101 |
Color Harmonies of #36EF20
Complementary color
Monochromatic Colors of #36EF20
Black with #36EF20
Text Example
Text Example
White with #36EF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EF20; }
p { color: rgb(54,239,32); }
H1.HeaderClassName
{
color: #36EF20;
}
.AnyTagClassName
{
color: #36EF20;
}
</style>
background-color css
<style>
a { background-color: #36EF20; }
a { background-color: rgb(54,239,32); }
div.DivClassName
{
background-color: #36EF20;
}
.BgClassName
{
background-color: #36EF20;
}
</style>
border-color css
<style>
span { border-color: #36EF20; }
span { border-color: rgb(54,239,32); }
td.TdClassName
{
border-color: #36EF20;
}
.TagClassName
{
border-color: #36EF20;
}
</style>