Shades of Harlequin #4EFF25
Tints of Harlequin #4EFF25
RGB
CMYK
RGB Variations
Color information
#4EFF25 (or 0x4EFF25) is known color: Harlequin. HEX triplet: 4E, FF and 25. RGB value is (78,255,37). Sum of RGB (Red+Green+Blue) = 78+255+37=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 255 (100% from 255 or 68.92% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EFF25 is #B100DA. Grayscale: #B1B1B1. Windows color (decimal): -11600091 or 2490190. OLE color: 2490190.
HSL color Cylindrical-coordinate representation of color #4EFF25: hue angle of 108.72º 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 #4EFF25 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 37 | - |
| CMYK | 0.69 | 0 | 0.85 | 0 |
| HSL | 108.72º | 1% | 0.57% | - |
| HSV(B) | 108.72º | 0.85% | 1% | - |
| XYZ | 39.24 | 73.27 | 13.83 | - |
| YUV | 177.23 | 48.86 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 37 | 0.69 | 0 | 0.85 | 0 | 108.72 | 1 | 0.57 |
| Hex | 4E | FF | 25 | 45 | 0 | 55 | 0 | 6D | 64 | 39 |
| Octal | 116 | 377 | 45 | 105 | 0 | 125 | 0 | 155 | 144 | 71 |
| Binary | 1001110 | 11111111 | 100101 | 1000101 | 0 | 1010101 | 0 | 1101101 | 1100100 | 111001 |
Color Harmonies of #4EFF25
Complementary color
Monochromatic Colors of #4EFF25
Black with #4EFF25
Text Example
Text Example
White with #4EFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFF25; }
p { color: rgb(78,255,37); }
H1.HeaderClassName
{
color: #4EFF25;
}
.AnyTagClassName
{
color: #4EFF25;
}
</style>
background-color css
<style>
a { background-color: #4EFF25; }
a { background-color: rgb(78,255,37); }
div.DivClassName
{
background-color: #4EFF25;
}
.BgClassName
{
background-color: #4EFF25;
}
</style>
border-color css
<style>
span { border-color: #4EFF25; }
span { border-color: rgb(78,255,37); }
td.TdClassName
{
border-color: #4EFF25;
}
.TagClassName
{
border-color: #4EFF25;
}
</style>