Shades of Harlequin #4EED03
Tints of Harlequin #4EED03
RGB
CMYK
RGB Variations
Color information
#4EED03 (or 0x4EED03) is known color: Harlequin. HEX triplet: 4E, ED and 03. RGB value is (78,237,3). Sum of RGB (Red+Green+Blue) = 78+237+3=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 237 (92.97% from 255 or 74.53% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 237 - color contains mainly: green. Hex color #4EED03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EED03 is #B112FC. Grayscale: #A3A3A3. Windows color (decimal): -11604733 or 257358. OLE color: 257358.
HSL color Cylindrical-coordinate representation of color #4EED03: hue angle of 100.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4EED03 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 3 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.07 |
| HSL | 100.77º | 0.98% | 0.47% | - |
| HSV(B) | 100.77º | 0.99% | 0.93% | - |
| XYZ | 33.44 | 62.19 | 10.33 | - |
| YUV | 162.78 | 37.82 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 3 | 0.67 | 0 | 0.99 | 0.07 | 100.77 | 0.98 | 0.47 |
| Hex | 4E | ED | 3 | 43 | 0 | 63 | 7 | 65 | 62 | 2F |
| Octal | 116 | 355 | 3 | 103 | 0 | 143 | 7 | 145 | 142 | 57 |
| Binary | 1001110 | 11101101 | 11 | 1000011 | 0 | 1100011 | 111 | 1100101 | 1100010 | 101111 |
Color Harmonies of #4EED03
Complementary color
Monochromatic Colors of #4EED03
Black with #4EED03
Text Example
Text Example
White with #4EED03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EED03; }
p { color: rgb(78,237,3); }
H1.HeaderClassName
{
color: #4EED03;
}
.AnyTagClassName
{
color: #4EED03;
}
</style>
background-color css
<style>
a { background-color: #4EED03; }
a { background-color: rgb(78,237,3); }
div.DivClassName
{
background-color: #4EED03;
}
.BgClassName
{
background-color: #4EED03;
}
</style>
border-color css
<style>
span { border-color: #4EED03; }
span { border-color: rgb(78,237,3); }
td.TdClassName
{
border-color: #4EED03;
}
.TagClassName
{
border-color: #4EED03;
}
</style>