Shades of Harlequin #4EFF21
Tints of Harlequin #4EFF21
RGB
CMYK
RGB Variations
Color information
#4EFF21 (or 0x4EFF21) is known color: Harlequin. HEX triplet: 4E, FF and 21. RGB value is (78,255,33). Sum of RGB (Red+Green+Blue) = 78+255+33=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 255 (100% from 255 or 69.67% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EFF21 is #B100DE. Grayscale: #B1B1B1. Windows color (decimal): -11600095 or 2228046. OLE color: 2228046.
HSL color Cylindrical-coordinate representation of color #4EFF21: hue angle of 107.84º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4EFF21 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 33 | - |
| CMYK | 0.69 | 0 | 0.87 | 0 |
| HSL | 107.84º | 1% | 0.56% | - |
| HSV(B) | 107.84º | 0.87% | 1% | - |
| XYZ | 39.18 | 73.25 | 13.51 | - |
| YUV | 176.77 | 46.86 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 33 | 0.69 | 0 | 0.87 | 0 | 107.84 | 1 | 0.56 |
| Hex | 4E | FF | 21 | 45 | 0 | 57 | 0 | 6C | 64 | 38 |
| Octal | 116 | 377 | 41 | 105 | 0 | 127 | 0 | 154 | 144 | 70 |
| Binary | 1001110 | 11111111 | 100001 | 1000101 | 0 | 1010111 | 0 | 1101100 | 1100100 | 111000 |
Color Harmonies of #4EFF21
Complementary color
Monochromatic Colors of #4EFF21
Black with #4EFF21
Text Example
Text Example
White with #4EFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFF21; }
p { color: rgb(78,255,33); }
H1.HeaderClassName
{
color: #4EFF21;
}
.AnyTagClassName
{
color: #4EFF21;
}
</style>
background-color css
<style>
a { background-color: #4EFF21; }
a { background-color: rgb(78,255,33); }
div.DivClassName
{
background-color: #4EFF21;
}
.BgClassName
{
background-color: #4EFF21;
}
</style>
border-color css
<style>
span { border-color: #4EFF21; }
span { border-color: rgb(78,255,33); }
td.TdClassName
{
border-color: #4EFF21;
}
.TagClassName
{
border-color: #4EFF21;
}
</style>