Shades of Harlequin #36ED10
Tints of Harlequin #36ED10
RGB
CMYK
RGB Variations
Color information
#36ED10 (or 0x36ED10) is known color: Harlequin. HEX triplet: 36, ED and 10. RGB value is (54,237,16). Sum of RGB (Red+Green+Blue) = 54+237+16=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 237 (92.97% from 255 or 77.20% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 237 - color contains mainly: green. Hex color #36ED10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36ED10 is #C912EF. Grayscale: #9D9D9D. Windows color (decimal): -13177584 or 1109302. OLE color: 1109302.
HSL color Cylindrical-coordinate representation of color #36ED10: hue angle of 109.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36ED10 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 237 | 16 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.07 |
| HSL | 109.68º | 0.87% | 0.5% | - |
| HSV(B) | 109.68º | 0.93% | 0.93% | - |
| XYZ | 31.9 | 61.39 | 10.66 | - |
| YUV | 157.09 | 48.37 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 237 | 16 | 0.77 | 0 | 0.93 | 0.07 | 109.68 | 0.87 | 0.5 |
| Hex | 36 | ED | 10 | 4D | 0 | 5D | 7 | 6E | 57 | 32 |
| Octal | 66 | 355 | 20 | 115 | 0 | 135 | 7 | 156 | 127 | 62 |
| Binary | 110110 | 11101101 | 10000 | 1001101 | 0 | 1011101 | 111 | 1101110 | 1010111 | 110010 |
Color Harmonies of #36ED10
Complementary color
Monochromatic Colors of #36ED10
Black with #36ED10
Text Example
Text Example
White with #36ED10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ED10; }
p { color: rgb(54,237,16); }
H1.HeaderClassName
{
color: #36ED10;
}
.AnyTagClassName
{
color: #36ED10;
}
</style>
background-color css
<style>
a { background-color: #36ED10; }
a { background-color: rgb(54,237,16); }
div.DivClassName
{
background-color: #36ED10;
}
.BgClassName
{
background-color: #36ED10;
}
</style>
border-color css
<style>
span { border-color: #36ED10; }
span { border-color: rgb(54,237,16); }
td.TdClassName
{
border-color: #36ED10;
}
.TagClassName
{
border-color: #36ED10;
}
</style>