Shades of Harlequin #36DF0A
Tints of Harlequin #36DF0A
RGB
CMYK
RGB Variations
Color information
#36DF0A (or 0x36DF0A) is known color: Harlequin. HEX triplet: 36, DF and 0A. RGB value is (54,223,10). Sum of RGB (Red+Green+Blue) = 54+223+10=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #36DF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DF0A is #C920F5. Grayscale: #949494. Windows color (decimal): -13181174 or 712502. OLE color: 712502.
HSL color Cylindrical-coordinate representation of color #36DF0A: hue angle of 107.61º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36DF0A is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 223 | 10 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.13 |
| HSL | 107.61º | 0.91% | 0.46% | - |
| HSV(B) | 107.61º | 0.96% | 0.87% | - |
| XYZ | 27.96 | 53.58 | 9.16 | - |
| YUV | 148.19 | 50.01 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 10 | 0.76 | 0 | 0.96 | 0.13 | 107.61 | 0.91 | 0.46 |
| Hex | 36 | DF | A | 4C | 0 | 60 | D | 6C | 5B | 2E |
| Octal | 66 | 337 | 12 | 114 | 0 | 140 | 15 | 154 | 133 | 56 |
| Binary | 110110 | 11011111 | 1010 | 1001100 | 0 | 1100000 | 1101 | 1101100 | 1011011 | 101110 |
Color Harmonies of #36DF0A
Complementary color
Monochromatic Colors of #36DF0A
Black with #36DF0A
Text Example
Text Example
White with #36DF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DF0A; }
p { color: rgb(54,223,10); }
H1.HeaderClassName
{
color: #36DF0A;
}
.AnyTagClassName
{
color: #36DF0A;
}
</style>
background-color css
<style>
a { background-color: #36DF0A; }
a { background-color: rgb(54,223,10); }
div.DivClassName
{
background-color: #36DF0A;
}
.BgClassName
{
background-color: #36DF0A;
}
</style>
border-color css
<style>
span { border-color: #36DF0A; }
span { border-color: rgb(54,223,10); }
td.TdClassName
{
border-color: #36DF0A;
}
.TagClassName
{
border-color: #36DF0A;
}
</style>