Shades of Harlequin #4EED01
Tints of Harlequin #4EED01
RGB
CMYK
RGB Variations
Color information
#4EED01 (or 0x4EED01) is known color: Harlequin. HEX triplet: 4E, ED and 01. RGB value is (78,237,1). Sum of RGB (Red+Green+Blue) = 78+237+1=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 237 (92.97% from 255 or 75% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 237 - color contains mainly: green. Hex color #4EED01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EED01 is #B112FE. Grayscale: #A3A3A3. Windows color (decimal): -11604735 or 126286. OLE color: 126286.
HSL color Cylindrical-coordinate representation of color #4EED01: hue angle of 100.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4EED01 is Cyan = 0.67, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 1 | - |
| CMYK | 0.67 | 0 | 1.00 | 0.07 |
| HSL | 100.42º | 0.99% | 0.47% | - |
| HSV(B) | 100.42º | 1% | 0.93% | - |
| XYZ | 33.43 | 62.19 | 10.27 | - |
| YUV | 162.56 | 36.82 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 1 | 0.67 | 0 | 1.00 | 0.07 | 100.42 | 0.99 | 0.47 |
| Hex | 4E | ED | 1 | 43 | 0 | 64 | 7 | 64 | 63 | 2F |
| Octal | 116 | 355 | 1 | 103 | 0 | 144 | 7 | 144 | 143 | 57 |
| Binary | 1001110 | 11101101 | 1 | 1000011 | 0 | 1100100 | 111 | 1100100 | 1100011 | 101111 |
Color Harmonies of #4EED01
Complementary color
Monochromatic Colors of #4EED01
Black with #4EED01
Text Example
Text Example
White with #4EED01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EED01; }
p { color: rgb(78,237,1); }
H1.HeaderClassName
{
color: #4EED01;
}
.AnyTagClassName
{
color: #4EED01;
}
</style>
background-color css
<style>
a { background-color: #4EED01; }
a { background-color: rgb(78,237,1); }
div.DivClassName
{
background-color: #4EED01;
}
.BgClassName
{
background-color: #4EED01;
}
</style>
border-color css
<style>
span { border-color: #4EED01; }
span { border-color: rgb(78,237,1); }
td.TdClassName
{
border-color: #4EED01;
}
.TagClassName
{
border-color: #4EED01;
}
</style>