Shades of Harlequin #4EEB03
Tints of Harlequin #4EEB03
RGB
CMYK
RGB Variations
Color information
#4EEB03 (or 0x4EEB03) is known color: Harlequin. HEX triplet: 4E, EB and 03. RGB value is (78,235,3). Sum of RGB (Red+Green+Blue) = 78+235+3=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 235 (92.19% from 255 or 74.37% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEB03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEB03 is #B114FC. Grayscale: #A2A2A2. Windows color (decimal): -11605245 or 256846. OLE color: 256846.
HSL color Cylindrical-coordinate representation of color #4EEB03: hue angle of 100.6º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4EEB03 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 235 | 3 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.08 |
| HSL | 100.6º | 0.97% | 0.47% | - |
| HSV(B) | 100.6º | 0.99% | 0.92% | - |
| XYZ | 32.87 | 61.04 | 10.14 | - |
| YUV | 161.61 | 38.49 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 235 | 3 | 0.67 | 0 | 0.99 | 0.08 | 100.6 | 0.97 | 0.47 |
| Hex | 4E | EB | 3 | 43 | 0 | 63 | 8 | 65 | 61 | 2F |
| Octal | 116 | 353 | 3 | 103 | 0 | 143 | 10 | 145 | 141 | 57 |
| Binary | 1001110 | 11101011 | 11 | 1000011 | 0 | 1100011 | 1000 | 1100101 | 1100001 | 101111 |
Color Harmonies of #4EEB03
Complementary color
Monochromatic Colors of #4EEB03
Black with #4EEB03
Text Example
Text Example
White with #4EEB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEB03; }
p { color: rgb(78,235,3); }
H1.HeaderClassName
{
color: #4EEB03;
}
.AnyTagClassName
{
color: #4EEB03;
}
</style>
background-color css
<style>
a { background-color: #4EEB03; }
a { background-color: rgb(78,235,3); }
div.DivClassName
{
background-color: #4EEB03;
}
.BgClassName
{
background-color: #4EEB03;
}
</style>
border-color css
<style>
span { border-color: #4EEB03; }
span { border-color: rgb(78,235,3); }
td.TdClassName
{
border-color: #4EEB03;
}
.TagClassName
{
border-color: #4EEB03;
}
</style>