Shades of Harlequin #4EFC07
Tints of Harlequin #4EFC07
RGB
CMYK
RGB Variations
Color information
#4EFC07 (or 0x4EFC07) is known color: Harlequin. HEX triplet: 4E, FC and 07. RGB value is (78,252,7). Sum of RGB (Red+Green+Blue) = 78+252+7=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 252 (98.83% from 255 or 74.78% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFC07 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFC07 is #B103F8. Grayscale: #ACACAC. Windows color (decimal): -11600889 or 523342. OLE color: 523342.
HSL color Cylindrical-coordinate representation of color #4EFC07: hue angle of 102.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4EFC07 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 7 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.01 |
| HSL | 102.61º | 0.98% | 0.51% | - |
| HSV(B) | 102.61º | 0.97% | 0.99% | - |
| XYZ | 37.99 | 71.26 | 11.95 | - |
| YUV | 172.04 | 34.85 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 7 | 0.69 | 0 | 0.97 | 0.01 | 102.61 | 0.98 | 0.51 |
| Hex | 4E | FC | 7 | 45 | 0 | 61 | 1 | 67 | 62 | 33 |
| Octal | 116 | 374 | 7 | 105 | 0 | 141 | 1 | 147 | 142 | 63 |
| Binary | 1001110 | 11111100 | 111 | 1000101 | 0 | 1100001 | 1 | 1100111 | 1100010 | 110011 |
Color Harmonies of #4EFC07
Complementary color
Monochromatic Colors of #4EFC07
Black with #4EFC07
Text Example
Text Example
White with #4EFC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFC07; }
p { color: rgb(78,252,7); }
H1.HeaderClassName
{
color: #4EFC07;
}
.AnyTagClassName
{
color: #4EFC07;
}
</style>
background-color css
<style>
a { background-color: #4EFC07; }
a { background-color: rgb(78,252,7); }
div.DivClassName
{
background-color: #4EFC07;
}
.BgClassName
{
background-color: #4EFC07;
}
</style>
border-color css
<style>
span { border-color: #4EFC07; }
span { border-color: rgb(78,252,7); }
td.TdClassName
{
border-color: #4EFC07;
}
.TagClassName
{
border-color: #4EFC07;
}
</style>