Shades of Harlequin #4EF60C
Tints of Harlequin #4EF60C
RGB
CMYK
RGB Variations
Color information
#4EF60C (or 0x4EF60C) is known color: Harlequin. HEX triplet: 4E, F6 and 0C. RGB value is (78,246,12). Sum of RGB (Red+Green+Blue) = 78+246+12=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 246 (96.48% from 255 or 73.21% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 246 - color contains mainly: green. Hex color #4EF60C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EF60C is #B109F3. Grayscale: #A9A9A9. Windows color (decimal): -11602420 or 849486. OLE color: 849486.
HSL color Cylindrical-coordinate representation of color #4EF60C: hue angle of 103.08º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4EF60C is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 246 | 12 | - |
| CMYK | 0.68 | 0 | 0.95 | 0.04 |
| HSL | 103.08º | 0.93% | 0.51% | - |
| HSV(B) | 103.08º | 0.95% | 0.96% | - |
| XYZ | 36.16 | 67.56 | 11.48 | - |
| YUV | 169.09 | 39.34 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 246 | 12 | 0.68 | 0 | 0.95 | 0.04 | 103.08 | 0.93 | 0.51 |
| Hex | 4E | F6 | C | 44 | 0 | 5F | 4 | 67 | 5D | 33 |
| Octal | 116 | 366 | 14 | 104 | 0 | 137 | 4 | 147 | 135 | 63 |
| Binary | 1001110 | 11110110 | 1100 | 1000100 | 0 | 1011111 | 100 | 1100111 | 1011101 | 110011 |
Color Harmonies of #4EF60C
Complementary color
Monochromatic Colors of #4EF60C
Black with #4EF60C
Text Example
Text Example
White with #4EF60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF60C; }
p { color: rgb(78,246,12); }
H1.HeaderClassName
{
color: #4EF60C;
}
.AnyTagClassName
{
color: #4EF60C;
}
</style>
background-color css
<style>
a { background-color: #4EF60C; }
a { background-color: rgb(78,246,12); }
div.DivClassName
{
background-color: #4EF60C;
}
.BgClassName
{
background-color: #4EF60C;
}
</style>
border-color css
<style>
span { border-color: #4EF60C; }
span { border-color: rgb(78,246,12); }
td.TdClassName
{
border-color: #4EF60C;
}
.TagClassName
{
border-color: #4EF60C;
}
</style>