Shades of Harlequin #4EF526
Tints of Harlequin #4EF526
RGB
CMYK
RGB Variations
Color information
#4EF526 (or 0x4EF526) is known color: Harlequin. HEX triplet: 4E, F5 and 26. RGB value is (78,245,38). Sum of RGB (Red+Green+Blue) = 78+245+38=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 245 (96.09% from 255 or 67.87% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 245 - color contains mainly: green. Hex color #4EF526 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF526 is #B10AD9. Grayscale: #ACACAC. Windows color (decimal): -11602650 or 2553166. OLE color: 2553166.
HSL color Cylindrical-coordinate representation of color #4EF526: hue angle of 108.41º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4EF526 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 245 | 38 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.04 |
| HSL | 108.41º | 0.91% | 0.55% | - |
| HSV(B) | 108.41º | 0.84% | 0.96% | - |
| XYZ | 36.14 | 67.06 | 12.87 | - |
| YUV | 171.47 | 52.67 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 245 | 38 | 0.68 | 0 | 0.84 | 0.04 | 108.41 | 0.91 | 0.55 |
| Hex | 4E | F5 | 26 | 44 | 0 | 54 | 4 | 6C | 5B | 37 |
| Octal | 116 | 365 | 46 | 104 | 0 | 124 | 4 | 154 | 133 | 67 |
| Binary | 1001110 | 11110101 | 100110 | 1000100 | 0 | 1010100 | 100 | 1101100 | 1011011 | 110111 |
Color Harmonies of #4EF526
Complementary color
Monochromatic Colors of #4EF526
Black with #4EF526
Text Example
Text Example
White with #4EF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF526; }
p { color: rgb(78,245,38); }
H1.HeaderClassName
{
color: #4EF526;
}
.AnyTagClassName
{
color: #4EF526;
}
</style>
background-color css
<style>
a { background-color: #4EF526; }
a { background-color: rgb(78,245,38); }
div.DivClassName
{
background-color: #4EF526;
}
.BgClassName
{
background-color: #4EF526;
}
</style>
border-color css
<style>
span { border-color: #4EF526; }
span { border-color: rgb(78,245,38); }
td.TdClassName
{
border-color: #4EF526;
}
.TagClassName
{
border-color: #4EF526;
}
</style>