Shades of Harlequin #36E109
Tints of Harlequin #36E109
RGB
CMYK
RGB Variations
Color information
#36E109 (or 0x36E109) is known color: Harlequin. HEX triplet: 36, E1 and 09. RGB value is (54,225,9). Sum of RGB (Red+Green+Blue) = 54+225+9=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 225 (88.28% from 255 or 78.12% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 225 - color contains mainly: green. Hex color #36E109 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36E109 is #C91EF6. Grayscale: #959595. Windows color (decimal): -13180663 or 647478. OLE color: 647478.
HSL color Cylindrical-coordinate representation of color #36E109: hue angle of 107.5º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36E109 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 225 | 9 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.12 |
| HSL | 107.5º | 0.92% | 0.46% | - |
| HSV(B) | 107.5º | 0.96% | 0.88% | - |
| XYZ | 28.5 | 54.65 | 9.31 | - |
| YUV | 149.25 | 48.85 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 225 | 9 | 0.76 | 0 | 0.96 | 0.12 | 107.5 | 0.92 | 0.46 |
| Hex | 36 | E1 | 9 | 4C | 0 | 60 | C | 6C | 5C | 2E |
| Octal | 66 | 341 | 11 | 114 | 0 | 140 | 14 | 154 | 134 | 56 |
| Binary | 110110 | 11100001 | 1001 | 1001100 | 0 | 1100000 | 1100 | 1101100 | 1011100 | 101110 |
Color Harmonies of #36E109
Complementary color
Monochromatic Colors of #36E109
Black with #36E109
Text Example
Text Example
White with #36E109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E109; }
p { color: rgb(54,225,9); }
H1.HeaderClassName
{
color: #36E109;
}
.AnyTagClassName
{
color: #36E109;
}
</style>
background-color css
<style>
a { background-color: #36E109; }
a { background-color: rgb(54,225,9); }
div.DivClassName
{
background-color: #36E109;
}
.BgClassName
{
background-color: #36E109;
}
</style>
border-color css
<style>
span { border-color: #36E109; }
span { border-color: rgb(54,225,9); }
td.TdClassName
{
border-color: #36E109;
}
.TagClassName
{
border-color: #36E109;
}
</style>