Shades of Harlequin #36DF12
Tints of Harlequin #36DF12
RGB
CMYK
RGB Variations
Color information
#36DF12 (or 0x36DF12) is known color: Harlequin. HEX triplet: 36, DF and 12. RGB value is (54,223,18). Sum of RGB (Red+Green+Blue) = 54+223+18=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 223 (87.5% from 255 or 75.59% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 223 - color contains mainly: green. Hex color #36DF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DF12 is #C920ED. Grayscale: #959595. Windows color (decimal): -13181166 or 1236790. OLE color: 1236790.
HSL color Cylindrical-coordinate representation of color #36DF12: hue angle of 109.46º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36DF12 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 223 | 18 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.13 |
| HSL | 109.46º | 0.85% | 0.47% | - |
| HSV(B) | 109.46º | 0.92% | 0.87% | - |
| XYZ | 28.02 | 53.6 | 9.44 | - |
| YUV | 149.1 | 54.01 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 18 | 0.76 | 0 | 0.92 | 0.13 | 109.46 | 0.85 | 0.47 |
| Hex | 36 | DF | 12 | 4C | 0 | 5C | D | 6D | 55 | 2F |
| Octal | 66 | 337 | 22 | 114 | 0 | 134 | 15 | 155 | 125 | 57 |
| Binary | 110110 | 11011111 | 10010 | 1001100 | 0 | 1011100 | 1101 | 1101101 | 1010101 | 101111 |
Color Harmonies of #36DF12
Complementary color
Monochromatic Colors of #36DF12
Black with #36DF12
Text Example
Text Example
White with #36DF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DF12; }
p { color: rgb(54,223,18); }
H1.HeaderClassName
{
color: #36DF12;
}
.AnyTagClassName
{
color: #36DF12;
}
</style>
background-color css
<style>
a { background-color: #36DF12; }
a { background-color: rgb(54,223,18); }
div.DivClassName
{
background-color: #36DF12;
}
.BgClassName
{
background-color: #36DF12;
}
</style>
border-color css
<style>
span { border-color: #36DF12; }
span { border-color: rgb(54,223,18); }
td.TdClassName
{
border-color: #36DF12;
}
.TagClassName
{
border-color: #36DF12;
}
</style>