Shades of Harlequin #36EE14
Tints of Harlequin #36EE14
RGB
CMYK
RGB Variations
Color information
#36EE14 (or 0x36EE14) is known color: Harlequin. HEX triplet: 36, EE and 14. RGB value is (54,238,20). Sum of RGB (Red+Green+Blue) = 54+238+20=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 238 (93.36% from 255 or 76.28% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 238 - color contains mainly: green. Hex color #36EE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36EE14 is #C911EB. Grayscale: #9E9E9E. Windows color (decimal): -13177324 or 1371702. OLE color: 1371702.
HSL color Cylindrical-coordinate representation of color #36EE14: hue angle of 110.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36EE14 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 238 | 20 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.07 |
| HSL | 110.64º | 0.87% | 0.51% | - |
| HSV(B) | 110.64º | 0.92% | 0.93% | - |
| XYZ | 32.22 | 61.98 | 10.93 | - |
| YUV | 158.13 | 50.04 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 20 | 0.77 | 0 | 0.92 | 0.07 | 110.64 | 0.87 | 0.51 |
| Hex | 36 | EE | 14 | 4D | 0 | 5C | 7 | 6F | 57 | 33 |
| Octal | 66 | 356 | 24 | 115 | 0 | 134 | 7 | 157 | 127 | 63 |
| Binary | 110110 | 11101110 | 10100 | 1001101 | 0 | 1011100 | 111 | 1101111 | 1010111 | 110011 |
Color Harmonies of #36EE14
Complementary color
Monochromatic Colors of #36EE14
Black with #36EE14
Text Example
Text Example
White with #36EE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EE14; }
p { color: rgb(54,238,20); }
H1.HeaderClassName
{
color: #36EE14;
}
.AnyTagClassName
{
color: #36EE14;
}
</style>
background-color css
<style>
a { background-color: #36EE14; }
a { background-color: rgb(54,238,20); }
div.DivClassName
{
background-color: #36EE14;
}
.BgClassName
{
background-color: #36EE14;
}
</style>
border-color css
<style>
span { border-color: #36EE14; }
span { border-color: rgb(54,238,20); }
td.TdClassName
{
border-color: #36EE14;
}
.TagClassName
{
border-color: #36EE14;
}
</style>