Shades of Harlequin #36F716
Tints of Harlequin #36F716
RGB
CMYK
RGB Variations
Color information
#36F716 (or 0x36F716) is known color: Harlequin. HEX triplet: 36, F7 and 16. RGB value is (54,247,22). Sum of RGB (Red+Green+Blue) = 54+247+22=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 247 (96.88% from 255 or 76.47% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 247 - color contains mainly: green. Hex color #36F716 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F716 is #C908E9. Grayscale: #A4A4A4. Windows color (decimal): -13175018 or 1505078. OLE color: 1505078.
HSL color Cylindrical-coordinate representation of color #36F716: hue angle of 111.47º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36F716 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 247 | 22 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.03 |
| HSL | 111.47º | 0.93% | 0.53% | - |
| HSV(B) | 111.47º | 0.91% | 0.97% | - |
| XYZ | 34.93 | 67.36 | 11.92 | - |
| YUV | 163.64 | 48.06 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 247 | 22 | 0.78 | 0 | 0.91 | 0.03 | 111.47 | 0.93 | 0.53 |
| Hex | 36 | F7 | 16 | 4E | 0 | 5B | 3 | 6F | 5D | 35 |
| Octal | 66 | 367 | 26 | 116 | 0 | 133 | 3 | 157 | 135 | 65 |
| Binary | 110110 | 11110111 | 10110 | 1001110 | 0 | 1011011 | 11 | 1101111 | 1011101 | 110101 |
Color Harmonies of #36F716
Complementary color
Monochromatic Colors of #36F716
Black with #36F716
Text Example
Text Example
White with #36F716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F716; }
p { color: rgb(54,247,22); }
H1.HeaderClassName
{
color: #36F716;
}
.AnyTagClassName
{
color: #36F716;
}
</style>
background-color css
<style>
a { background-color: #36F716; }
a { background-color: rgb(54,247,22); }
div.DivClassName
{
background-color: #36F716;
}
.BgClassName
{
background-color: #36F716;
}
</style>
border-color css
<style>
span { border-color: #36F716; }
span { border-color: rgb(54,247,22); }
td.TdClassName
{
border-color: #36F716;
}
.TagClassName
{
border-color: #36F716;
}
</style>