Shades of Harlequin #4EF503
Tints of Harlequin #4EF503
RGB
CMYK
RGB Variations
Color information
#4EF503 (or 0x4EF503) is known color: Harlequin. HEX triplet: 4E, F5 and 03. RGB value is (78,245,3). Sum of RGB (Red+Green+Blue) = 78+245+3=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 245 (96.09% from 255 or 75.15% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 245 - color contains mainly: green. Hex color #4EF503 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EF503 is #B10AFC. Grayscale: #A8A8A8. Windows color (decimal): -11602685 or 259406. OLE color: 259406.
HSL color Cylindrical-coordinate representation of color #4EF503: hue angle of 101.4º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4EF503 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 245 | 3 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.04 |
| HSL | 101.41º | 0.98% | 0.49% | - |
| HSV(B) | 101.41º | 0.99% | 0.96% | - |
| XYZ | 35.81 | 66.93 | 11.12 | - |
| YUV | 167.48 | 35.17 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 245 | 3 | 0.68 | 0 | 0.99 | 0.04 | 101.41 | 0.98 | 0.49 |
| Hex | 4E | F5 | 3 | 44 | 0 | 63 | 4 | 65 | 62 | 31 |
| Octal | 116 | 365 | 3 | 104 | 0 | 143 | 4 | 145 | 142 | 61 |
| Binary | 1001110 | 11110101 | 11 | 1000100 | 0 | 1100011 | 100 | 1100101 | 1100010 | 110001 |
Color Harmonies of #4EF503
Complementary color
Monochromatic Colors of #4EF503
Black with #4EF503
Text Example
Text Example
White with #4EF503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF503; }
p { color: rgb(78,245,3); }
H1.HeaderClassName
{
color: #4EF503;
}
.AnyTagClassName
{
color: #4EF503;
}
</style>
background-color css
<style>
a { background-color: #4EF503; }
a { background-color: rgb(78,245,3); }
div.DivClassName
{
background-color: #4EF503;
}
.BgClassName
{
background-color: #4EF503;
}
</style>
border-color css
<style>
span { border-color: #4EF503; }
span { border-color: rgb(78,245,3); }
td.TdClassName
{
border-color: #4EF503;
}
.TagClassName
{
border-color: #4EF503;
}
</style>