Shades of Harlequin #36F120
Tints of Harlequin #36F120
RGB
CMYK
RGB Variations
Color information
#36F120 (or 0x36F120) is known color: Harlequin. HEX triplet: 36, F1 and 20. RGB value is (54,241,32). Sum of RGB (Red+Green+Blue) = 54+241+32=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #36F120 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F120 is #C90EDF. Grayscale: #A1A1A1. Windows color (decimal): -13176544 or 2158902. OLE color: 2158902.
HSL color Cylindrical-coordinate representation of color #36F120: hue angle of 113.68º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36F120 is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 241 | 32 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.05 |
| HSL | 113.68º | 0.88% | 0.54% | - |
| HSV(B) | 113.68º | 0.87% | 0.95% | - |
| XYZ | 33.24 | 63.8 | 11.93 | - |
| YUV | 161.26 | 55.05 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 241 | 32 | 0.78 | 0 | 0.87 | 0.05 | 113.68 | 0.88 | 0.54 |
| Hex | 36 | F1 | 20 | 4E | 0 | 57 | 5 | 72 | 58 | 36 |
| Octal | 66 | 361 | 40 | 116 | 0 | 127 | 5 | 162 | 130 | 66 |
| Binary | 110110 | 11110001 | 100000 | 1001110 | 0 | 1010111 | 101 | 1110010 | 1011000 | 110110 |
Color Harmonies of #36F120
Complementary color
Monochromatic Colors of #36F120
Black with #36F120
Text Example
Text Example
White with #36F120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F120; }
p { color: rgb(54,241,32); }
H1.HeaderClassName
{
color: #36F120;
}
.AnyTagClassName
{
color: #36F120;
}
</style>
background-color css
<style>
a { background-color: #36F120; }
a { background-color: rgb(54,241,32); }
div.DivClassName
{
background-color: #36F120;
}
.BgClassName
{
background-color: #36F120;
}
</style>
border-color css
<style>
span { border-color: #36F120; }
span { border-color: rgb(54,241,32); }
td.TdClassName
{
border-color: #36F120;
}
.TagClassName
{
border-color: #36F120;
}
</style>