Shades of Harlequin #36E915
Tints of Harlequin #36E915
RGB
CMYK
RGB Variations
Color information
#36E915 (or 0x36E915) is known color: Harlequin. HEX triplet: 36, E9 and 15. RGB value is (54,233,21). Sum of RGB (Red+Green+Blue) = 54+233+21=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 233 (91.41% from 255 or 75.65% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 233 - color contains mainly: green. Hex color #36E915 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36E915 is #C916EA. Grayscale: #9B9B9B. Windows color (decimal): -13178603 or 1435958. OLE color: 1435958.
HSL color Cylindrical-coordinate representation of color #36E915: hue angle of 110.66º degrees, saturation: 0.83, 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 #36E915 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 54 | 233 | 21 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.09 |
| HSL | 110.66º | 0.83% | 0.5% | - |
| HSV(B) | 110.66º | 0.91% | 0.91% | - |
| XYZ | 30.8 | 59.12 | 10.5 | - |
| YUV | 155.31 | 52.2 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 233 | 21 | 0.77 | 0 | 0.91 | 0.09 | 110.66 | 0.83 | 0.5 |
| Hex | 36 | E9 | 15 | 4D | 0 | 5B | 9 | 6F | 53 | 32 |
| Octal | 66 | 351 | 25 | 115 | 0 | 133 | 11 | 157 | 123 | 62 |
| Binary | 110110 | 11101001 | 10101 | 1001101 | 0 | 1011011 | 1001 | 1101111 | 1010011 | 110010 |
Color Harmonies of #36E915
Complementary color
Monochromatic Colors of #36E915
Black with #36E915
Text Example
Text Example
White with #36E915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E915; }
p { color: rgb(54,233,21); }
H1.HeaderClassName
{
color: #36E915;
}
.AnyTagClassName
{
color: #36E915;
}
</style>
background-color css
<style>
a { background-color: #36E915; }
a { background-color: rgb(54,233,21); }
div.DivClassName
{
background-color: #36E915;
}
.BgClassName
{
background-color: #36E915;
}
</style>
border-color css
<style>
span { border-color: #36E915; }
span { border-color: rgb(54,233,21); }
td.TdClassName
{
border-color: #36E915;
}
.TagClassName
{
border-color: #36E915;
}
</style>