Shades of Harlequin #4EF828
Tints of Harlequin #4EF828
RGB
CMYK
RGB Variations
Color information
#4EF828 (or 0x4EF828) is known color: Harlequin. HEX triplet: 4E, F8 and 28. RGB value is (78,248,40). Sum of RGB (Red+Green+Blue) = 78+248+40=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 248 (97.27% from 255 or 67.76% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 248 - color contains mainly: green. Hex color #4EF828 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF828 is #B107D7. Grayscale: #AEAEAE. Windows color (decimal): -11601880 or 2685006. OLE color: 2685006.
HSL color Cylindrical-coordinate representation of color #4EF828: hue angle of 109.04º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4EF828 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 78 | 248 | 40 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.03 |
| HSL | 109.04º | 0.94% | 0.56% | - |
| HSV(B) | 109.04º | 0.84% | 0.97% | - |
| XYZ | 37.09 | 68.91 | 13.35 | - |
| YUV | 173.46 | 52.68 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 248 | 40 | 0.69 | 0 | 0.84 | 0.03 | 109.04 | 0.94 | 0.56 |
| Hex | 4E | F8 | 28 | 45 | 0 | 54 | 3 | 6D | 5E | 38 |
| Octal | 116 | 370 | 50 | 105 | 0 | 124 | 3 | 155 | 136 | 70 |
| Binary | 1001110 | 11111000 | 101000 | 1000101 | 0 | 1010100 | 11 | 1101101 | 1011110 | 111000 |
Color Harmonies of #4EF828
Complementary color
Monochromatic Colors of #4EF828
Black with #4EF828
Text Example
Text Example
White with #4EF828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF828; }
p { color: rgb(78,248,40); }
H1.HeaderClassName
{
color: #4EF828;
}
.AnyTagClassName
{
color: #4EF828;
}
</style>
background-color css
<style>
a { background-color: #4EF828; }
a { background-color: rgb(78,248,40); }
div.DivClassName
{
background-color: #4EF828;
}
.BgClassName
{
background-color: #4EF828;
}
</style>
border-color css
<style>
span { border-color: #4EF828; }
span { border-color: rgb(78,248,40); }
td.TdClassName
{
border-color: #4EF828;
}
.TagClassName
{
border-color: #4EF828;
}
</style>