Shades of Harlequin #36E914
Tints of Harlequin #36E914
RGB
CMYK
RGB Variations
Color information
#36E914 (or 0x36E914) is known color: Harlequin. HEX triplet: 36, E9 and 14. RGB value is (54,233,20). Sum of RGB (Red+Green+Blue) = 54+233+20=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 233 (91.41% from 255 or 75.90% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 233 - color contains mainly: green. Hex color #36E914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36E914 is #C916EB. Grayscale: #9B9B9B. Windows color (decimal): -13178604 or 1370422. OLE color: 1370422.
HSL color Cylindrical-coordinate representation of color #36E914: hue angle of 110.42º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36E914 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 54 | 233 | 20 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.09 |
| HSL | 110.42º | 0.84% | 0.5% | - |
| HSV(B) | 110.42º | 0.91% | 0.91% | - |
| XYZ | 30.79 | 59.11 | 10.45 | - |
| YUV | 155.2 | 51.7 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 233 | 20 | 0.77 | 0 | 0.91 | 0.09 | 110.42 | 0.84 | 0.5 |
| Hex | 36 | E9 | 14 | 4D | 0 | 5B | 9 | 6E | 54 | 32 |
| Octal | 66 | 351 | 24 | 115 | 0 | 133 | 11 | 156 | 124 | 62 |
| Binary | 110110 | 11101001 | 10100 | 1001101 | 0 | 1011011 | 1001 | 1101110 | 1010100 | 110010 |
Color Harmonies of #36E914
Complementary color
Monochromatic Colors of #36E914
Black with #36E914
Text Example
Text Example
White with #36E914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E914; }
p { color: rgb(54,233,20); }
H1.HeaderClassName
{
color: #36E914;
}
.AnyTagClassName
{
color: #36E914;
}
</style>
background-color css
<style>
a { background-color: #36E914; }
a { background-color: rgb(54,233,20); }
div.DivClassName
{
background-color: #36E914;
}
.BgClassName
{
background-color: #36E914;
}
</style>
border-color css
<style>
span { border-color: #36E914; }
span { border-color: rgb(54,233,20); }
td.TdClassName
{
border-color: #36E914;
}
.TagClassName
{
border-color: #36E914;
}
</style>