Shades of Harlequin #4EFF02
Tints of Harlequin #4EFF02
RGB
CMYK
RGB Variations
Color information
#4EFF02 (or 0x4EFF02) is known color: Harlequin. HEX triplet: 4E, FF and 02. RGB value is (78,255,2). Sum of RGB (Red+Green+Blue) = 78+255+2=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 255 (100% from 255 or 76.12% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFF02 is #B100FD. Grayscale: #AEAEAE. Windows color (decimal): -11600126 or 196430. OLE color: 196430.
HSL color Cylindrical-coordinate representation of color #4EFF02: hue angle of 101.98º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4EFF02 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0 |
| HSL | 101.98º | 1% | 0.5% | - |
| HSV(B) | 101.98º | 0.99% | 1% | - |
| XYZ | 38.91 | 73.14 | 12.12 | - |
| YUV | 173.24 | 31.36 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 2 | 0.69 | 0 | 0.99 | 0 | 101.98 | 1 | 0.5 |
| Hex | 4E | FF | 2 | 45 | 0 | 63 | 0 | 66 | 64 | 32 |
| Octal | 116 | 377 | 2 | 105 | 0 | 143 | 0 | 146 | 144 | 62 |
| Binary | 1001110 | 11111111 | 10 | 1000101 | 0 | 1100011 | 0 | 1100110 | 1100100 | 110010 |
Color Harmonies of #4EFF02
Complementary color
Monochromatic Colors of #4EFF02
Black with #4EFF02
Text Example
Text Example
White with #4EFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFF02; }
p { color: rgb(78,255,2); }
H1.HeaderClassName
{
color: #4EFF02;
}
.AnyTagClassName
{
color: #4EFF02;
}
</style>
background-color css
<style>
a { background-color: #4EFF02; }
a { background-color: rgb(78,255,2); }
div.DivClassName
{
background-color: #4EFF02;
}
.BgClassName
{
background-color: #4EFF02;
}
</style>
border-color css
<style>
span { border-color: #4EFF02; }
span { border-color: rgb(78,255,2); }
td.TdClassName
{
border-color: #4EFF02;
}
.TagClassName
{
border-color: #4EFF02;
}
</style>