Shades of Harlequin #4EFF26
Tints of Harlequin #4EFF26
RGB
CMYK
RGB Variations
Color information
#4EFF26 (or 0x4EFF26) is known color: Harlequin. HEX triplet: 4E, FF and 26. RGB value is (78,255,38). Sum of RGB (Red+Green+Blue) = 78+255+38=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF26 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EFF26 is #B100D9. Grayscale: #B2B2B2. Windows color (decimal): -11600090 or 2555726. OLE color: 2555726.
HSL color Cylindrical-coordinate representation of color #4EFF26: hue angle of 108.94º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4EFF26 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 38 | - |
| CMYK | 0.69 | 0 | 0.85 | 0 |
| HSL | 108.94º | 1% | 0.57% | - |
| HSV(B) | 108.94º | 0.85% | 1% | - |
| XYZ | 39.25 | 73.28 | 13.91 | - |
| YUV | 177.34 | 49.36 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 38 | 0.69 | 0 | 0.85 | 0 | 108.94 | 1 | 0.57 |
| Hex | 4E | FF | 26 | 45 | 0 | 55 | 0 | 6D | 64 | 39 |
| Octal | 116 | 377 | 46 | 105 | 0 | 125 | 0 | 155 | 144 | 71 |
| Binary | 1001110 | 11111111 | 100110 | 1000101 | 0 | 1010101 | 0 | 1101101 | 1100100 | 111001 |
Color Harmonies of #4EFF26
Complementary color
Monochromatic Colors of #4EFF26
Black with #4EFF26
Text Example
Text Example
White with #4EFF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFF26; }
p { color: rgb(78,255,38); }
H1.HeaderClassName
{
color: #4EFF26;
}
.AnyTagClassName
{
color: #4EFF26;
}
</style>
background-color css
<style>
a { background-color: #4EFF26; }
a { background-color: rgb(78,255,38); }
div.DivClassName
{
background-color: #4EFF26;
}
.BgClassName
{
background-color: #4EFF26;
}
</style>
border-color css
<style>
span { border-color: #4EFF26; }
span { border-color: rgb(78,255,38); }
td.TdClassName
{
border-color: #4EFF26;
}
.TagClassName
{
border-color: #4EFF26;
}
</style>