Shades of Harlequin #4EF602
Tints of Harlequin #4EF602
RGB
CMYK
RGB Variations
Color information
#4EF602 (or 0x4EF602) is known color: Harlequin. HEX triplet: 4E, F6 and 02. RGB value is (78,246,2). Sum of RGB (Red+Green+Blue) = 78+246+2=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 246 (96.48% from 255 or 75.46% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 246 - color contains mainly: green. Hex color #4EF602 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EF602 is #B109FD. Grayscale: #A8A8A8. Windows color (decimal): -11602430 or 194126. OLE color: 194126.
HSL color Cylindrical-coordinate representation of color #4EF602: hue angle of 101.31º 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 #4EF602 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 246 | 2 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.04 |
| HSL | 101.31º | 0.98% | 0.49% | - |
| HSV(B) | 101.31º | 0.99% | 0.96% | - |
| XYZ | 36.11 | 67.54 | 11.19 | - |
| YUV | 167.95 | 34.34 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 246 | 2 | 0.68 | 0 | 0.99 | 0.04 | 101.31 | 0.98 | 0.49 |
| Hex | 4E | F6 | 2 | 44 | 0 | 63 | 4 | 65 | 62 | 31 |
| Octal | 116 | 366 | 2 | 104 | 0 | 143 | 4 | 145 | 142 | 61 |
| Binary | 1001110 | 11110110 | 10 | 1000100 | 0 | 1100011 | 100 | 1100101 | 1100010 | 110001 |
Color Harmonies of #4EF602
Complementary color
Monochromatic Colors of #4EF602
Black with #4EF602
Text Example
Text Example
White with #4EF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF602; }
p { color: rgb(78,246,2); }
H1.HeaderClassName
{
color: #4EF602;
}
.AnyTagClassName
{
color: #4EF602;
}
</style>
background-color css
<style>
a { background-color: #4EF602; }
a { background-color: rgb(78,246,2); }
div.DivClassName
{
background-color: #4EF602;
}
.BgClassName
{
background-color: #4EF602;
}
</style>
border-color css
<style>
span { border-color: #4EF602; }
span { border-color: rgb(78,246,2); }
td.TdClassName
{
border-color: #4EF602;
}
.TagClassName
{
border-color: #4EF602;
}
</style>