Shades of Harlequin #4EF013
Tints of Harlequin #4EF013
RGB
CMYK
RGB Variations
Color information
#4EF013 (or 0x4EF013) is known color: Harlequin. HEX triplet: 4E, F0 and 13. RGB value is (78,240,19). Sum of RGB (Red+Green+Blue) = 78+240+19=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 240 (94.14% from 255 or 71.22% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 240 - color contains mainly: green. Hex color #4EF013 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EF013 is #B10FEC. Grayscale: #A7A7A7. Windows color (decimal): -11603949 or 1306702. OLE color: 1306702.
HSL color Cylindrical-coordinate representation of color #4EF013: hue angle of 103.98º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4EF013 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 240 | 19 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.06 |
| HSL | 103.98º | 0.88% | 0.51% | - |
| HSV(B) | 103.98º | 0.92% | 0.94% | - |
| XYZ | 34.42 | 63.99 | 11.15 | - |
| YUV | 166.37 | 44.83 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 240 | 19 | 0.68 | 0 | 0.92 | 0.06 | 103.98 | 0.88 | 0.51 |
| Hex | 4E | F0 | 13 | 44 | 0 | 5C | 6 | 68 | 58 | 33 |
| Octal | 116 | 360 | 23 | 104 | 0 | 134 | 6 | 150 | 130 | 63 |
| Binary | 1001110 | 11110000 | 10011 | 1000100 | 0 | 1011100 | 110 | 1101000 | 1011000 | 110011 |
Color Harmonies of #4EF013
Complementary color
Monochromatic Colors of #4EF013
Black with #4EF013
Text Example
Text Example
White with #4EF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF013; }
p { color: rgb(78,240,19); }
H1.HeaderClassName
{
color: #4EF013;
}
.AnyTagClassName
{
color: #4EF013;
}
</style>
background-color css
<style>
a { background-color: #4EF013; }
a { background-color: rgb(78,240,19); }
div.DivClassName
{
background-color: #4EF013;
}
.BgClassName
{
background-color: #4EF013;
}
</style>
border-color css
<style>
span { border-color: #4EF013; }
span { border-color: rgb(78,240,19); }
td.TdClassName
{
border-color: #4EF013;
}
.TagClassName
{
border-color: #4EF013;
}
</style>