Shades of Harlequin #4EF521
Tints of Harlequin #4EF521
RGB
CMYK
RGB Variations
Color information
#4EF521 (or 0x4EF521) is known color: Harlequin. HEX triplet: 4E, F5 and 21. RGB value is (78,245,33). Sum of RGB (Red+Green+Blue) = 78+245+33=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 245 (96.09% from 255 or 68.82% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 245 - color contains mainly: green. Hex color #4EF521 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF521 is #B10ADE. Grayscale: #ABABAB. Windows color (decimal): -11602655 or 2225486. OLE color: 2225486.
HSL color Cylindrical-coordinate representation of color #4EF521: hue angle of 107.26º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4EF521 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 245 | 33 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.04 |
| HSL | 107.26º | 0.91% | 0.55% | - |
| HSV(B) | 107.26º | 0.87% | 0.96% | - |
| XYZ | 36.07 | 67.03 | 12.48 | - |
| YUV | 170.9 | 50.17 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 245 | 33 | 0.68 | 0 | 0.87 | 0.04 | 107.26 | 0.91 | 0.55 |
| Hex | 4E | F5 | 21 | 44 | 0 | 57 | 4 | 6B | 5B | 37 |
| Octal | 116 | 365 | 41 | 104 | 0 | 127 | 4 | 153 | 133 | 67 |
| Binary | 1001110 | 11110101 | 100001 | 1000100 | 0 | 1010111 | 100 | 1101011 | 1011011 | 110111 |
Color Harmonies of #4EF521
Complementary color
Monochromatic Colors of #4EF521
Black with #4EF521
Text Example
Text Example
White with #4EF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF521; }
p { color: rgb(78,245,33); }
H1.HeaderClassName
{
color: #4EF521;
}
.AnyTagClassName
{
color: #4EF521;
}
</style>
background-color css
<style>
a { background-color: #4EF521; }
a { background-color: rgb(78,245,33); }
div.DivClassName
{
background-color: #4EF521;
}
.BgClassName
{
background-color: #4EF521;
}
</style>
border-color css
<style>
span { border-color: #4EF521; }
span { border-color: rgb(78,245,33); }
td.TdClassName
{
border-color: #4EF521;
}
.TagClassName
{
border-color: #4EF521;
}
</style>