Shades of Harlequin #36DF13
Tints of Harlequin #36DF13
RGB
CMYK
RGB Variations
Color information
#36DF13 (or 0x36DF13) is known color: Harlequin. HEX triplet: 36, DF and 13. RGB value is (54,223,19). Sum of RGB (Red+Green+Blue) = 54+223+19=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 223 (87.5% from 255 or 75.34% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 223 - color contains mainly: green. Hex color #36DF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DF13 is #C920EC. Grayscale: #959595. Windows color (decimal): -13181165 or 1302326. OLE color: 1302326.
HSL color Cylindrical-coordinate representation of color #36DF13: hue angle of 109.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36DF13 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 223 | 19 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.13 |
| HSL | 109.71º | 0.84% | 0.47% | - |
| HSV(B) | 109.71º | 0.91% | 0.87% | - |
| XYZ | 28.03 | 53.61 | 9.49 | - |
| YUV | 149.21 | 54.51 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 19 | 0.76 | 0 | 0.91 | 0.13 | 109.71 | 0.84 | 0.47 |
| Hex | 36 | DF | 13 | 4C | 0 | 5B | D | 6E | 54 | 2F |
| Octal | 66 | 337 | 23 | 114 | 0 | 133 | 15 | 156 | 124 | 57 |
| Binary | 110110 | 11011111 | 10011 | 1001100 | 0 | 1011011 | 1101 | 1101110 | 1010100 | 101111 |
Color Harmonies of #36DF13
Complementary color
Monochromatic Colors of #36DF13
Black with #36DF13
Text Example
Text Example
White with #36DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DF13; }
p { color: rgb(54,223,19); }
H1.HeaderClassName
{
color: #36DF13;
}
.AnyTagClassName
{
color: #36DF13;
}
</style>
background-color css
<style>
a { background-color: #36DF13; }
a { background-color: rgb(54,223,19); }
div.DivClassName
{
background-color: #36DF13;
}
.BgClassName
{
background-color: #36DF13;
}
</style>
border-color css
<style>
span { border-color: #36DF13; }
span { border-color: rgb(54,223,19); }
td.TdClassName
{
border-color: #36DF13;
}
.TagClassName
{
border-color: #36DF13;
}
</style>