Shades of Harlequin #4EFE21
Tints of Harlequin #4EFE21
RGB
CMYK
RGB Variations
Color information
#4EFE21 (or 0x4EFE21) is known color: Harlequin. HEX triplet: 4E, FE and 21. RGB value is (78,254,33). Sum of RGB (Red+Green+Blue) = 78+254+33=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 254 (99.61% from 255 or 69.59% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFE21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EFE21 is #B101DE. Grayscale: #B0B0B0. Windows color (decimal): -11600351 or 2227790. OLE color: 2227790.
HSL color Cylindrical-coordinate representation of color #4EFE21: hue angle of 107.78º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4EFE21 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 33 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.00 |
| HSL | 107.78º | 0.99% | 0.56% | - |
| HSV(B) | 107.78º | 0.87% | 1% | - |
| XYZ | 38.86 | 72.61 | 13.41 | - |
| YUV | 176.18 | 47.19 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 33 | 0.69 | 0 | 0.87 | 0.00 | 107.78 | 0.99 | 0.56 |
| Hex | 4E | FE | 21 | 45 | 0 | 57 | 0 | 6C | 63 | 38 |
| Octal | 116 | 376 | 41 | 105 | 0 | 127 | 0 | 154 | 143 | 70 |
| Binary | 1001110 | 11111110 | 100001 | 1000101 | 0 | 1010111 | 0 | 1101100 | 1100011 | 111000 |
Color Harmonies of #4EFE21
Complementary color
Monochromatic Colors of #4EFE21
Black with #4EFE21
Text Example
Text Example
White with #4EFE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFE21; }
p { color: rgb(78,254,33); }
H1.HeaderClassName
{
color: #4EFE21;
}
.AnyTagClassName
{
color: #4EFE21;
}
</style>
background-color css
<style>
a { background-color: #4EFE21; }
a { background-color: rgb(78,254,33); }
div.DivClassName
{
background-color: #4EFE21;
}
.BgClassName
{
background-color: #4EFE21;
}
</style>
border-color css
<style>
span { border-color: #4EFE21; }
span { border-color: rgb(78,254,33); }
td.TdClassName
{
border-color: #4EFE21;
}
.TagClassName
{
border-color: #4EFE21;
}
</style>