Shades of Harlequin #4EFE26
Tints of Harlequin #4EFE26
RGB
CMYK
RGB Variations
Color information
#4EFE26 (or 0x4EFE26) is known color: Harlequin. HEX triplet: 4E, FE and 26. RGB value is (78,254,38). Sum of RGB (Red+Green+Blue) = 78+254+38=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 254 (99.61% from 255 or 68.65% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFE26 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EFE26 is #B101D9. Grayscale: #B1B1B1. Windows color (decimal): -11600346 or 2555470. OLE color: 2555470.
HSL color Cylindrical-coordinate representation of color #4EFE26: hue angle of 108.89º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4EFE26 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 38 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.00 |
| HSL | 108.89º | 0.99% | 0.57% | - |
| HSV(B) | 108.89º | 0.85% | 1% | - |
| XYZ | 38.93 | 72.64 | 13.8 | - |
| YUV | 176.75 | 49.69 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 38 | 0.69 | 0 | 0.85 | 0.00 | 108.89 | 0.99 | 0.57 |
| Hex | 4E | FE | 26 | 45 | 0 | 55 | 0 | 6D | 63 | 39 |
| Octal | 116 | 376 | 46 | 105 | 0 | 125 | 0 | 155 | 143 | 71 |
| Binary | 1001110 | 11111110 | 100110 | 1000101 | 0 | 1010101 | 0 | 1101101 | 1100011 | 111001 |
Color Harmonies of #4EFE26
Complementary color
Monochromatic Colors of #4EFE26
Black with #4EFE26
Text Example
Text Example
White with #4EFE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFE26; }
p { color: rgb(78,254,38); }
H1.HeaderClassName
{
color: #4EFE26;
}
.AnyTagClassName
{
color: #4EFE26;
}
</style>
background-color css
<style>
a { background-color: #4EFE26; }
a { background-color: rgb(78,254,38); }
div.DivClassName
{
background-color: #4EFE26;
}
.BgClassName
{
background-color: #4EFE26;
}
</style>
border-color css
<style>
span { border-color: #4EFE26; }
span { border-color: rgb(78,254,38); }
td.TdClassName
{
border-color: #4EFE26;
}
.TagClassName
{
border-color: #4EFE26;
}
</style>