Shades of Harlequin #4EEC27
Tints of Harlequin #4EEC27
RGB
CMYK
RGB Variations
Color information
#4EEC27 (or 0x4EEC27) is known color: Harlequin. HEX triplet: 4E, EC and 27. RGB value is (78,236,39). Sum of RGB (Red+Green+Blue) = 78+236+39=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 236 (92.58% from 255 or 66.86% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 236 - color contains mainly: green. Hex color #4EEC27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EEC27 is #B113D8. Grayscale: #A6A6A6. Windows color (decimal): -11604953 or 2616398. OLE color: 2616398.
HSL color Cylindrical-coordinate representation of color #4EEC27: hue angle of 108.12º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4EEC27 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 39 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.07 |
| HSL | 108.12º | 0.84% | 0.54% | - |
| HSV(B) | 108.12º | 0.83% | 0.93% | - |
| XYZ | 33.5 | 61.76 | 12.07 | - |
| YUV | 166.3 | 56.15 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 39 | 0.67 | 0 | 0.83 | 0.07 | 108.12 | 0.84 | 0.54 |
| Hex | 4E | EC | 27 | 43 | 0 | 53 | 7 | 6C | 54 | 36 |
| Octal | 116 | 354 | 47 | 103 | 0 | 123 | 7 | 154 | 124 | 66 |
| Binary | 1001110 | 11101100 | 100111 | 1000011 | 0 | 1010011 | 111 | 1101100 | 1010100 | 110110 |
Color Harmonies of #4EEC27
Complementary color
Monochromatic Colors of #4EEC27
Black with #4EEC27
Text Example
Text Example
White with #4EEC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEC27; }
p { color: rgb(78,236,39); }
H1.HeaderClassName
{
color: #4EEC27;
}
.AnyTagClassName
{
color: #4EEC27;
}
</style>
background-color css
<style>
a { background-color: #4EEC27; }
a { background-color: rgb(78,236,39); }
div.DivClassName
{
background-color: #4EEC27;
}
.BgClassName
{
background-color: #4EEC27;
}
</style>
border-color css
<style>
span { border-color: #4EEC27; }
span { border-color: rgb(78,236,39); }
td.TdClassName
{
border-color: #4EEC27;
}
.TagClassName
{
border-color: #4EEC27;
}
</style>