Shades of Harlequin #4EEA02
Tints of Harlequin #4EEA02
RGB
CMYK
RGB Variations
Color information
#4EEA02 (or 0x4EEA02) is known color: Harlequin. HEX triplet: 4E, EA and 02. RGB value is (78,234,2). Sum of RGB (Red+Green+Blue) = 78+234+2=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 234 (91.80% from 255 or 74.52% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEA02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEA02 is #B115FD. Grayscale: #A1A1A1. Windows color (decimal): -11605502 or 191054. OLE color: 191054.
HSL color Cylindrical-coordinate representation of color #4EEA02: hue angle of 100.34º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4EEA02 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 2 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.08 |
| HSL | 100.34º | 0.98% | 0.46% | - |
| HSV(B) | 100.34º | 0.99% | 0.92% | - |
| XYZ | 32.58 | 60.47 | 10.01 | - |
| YUV | 160.91 | 38.32 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 2 | 0.67 | 0 | 0.99 | 0.08 | 100.34 | 0.98 | 0.46 |
| Hex | 4E | EA | 2 | 43 | 0 | 63 | 8 | 64 | 62 | 2E |
| Octal | 116 | 352 | 2 | 103 | 0 | 143 | 10 | 144 | 142 | 56 |
| Binary | 1001110 | 11101010 | 10 | 1000011 | 0 | 1100011 | 1000 | 1100100 | 1100010 | 101110 |
Color Harmonies of #4EEA02
Complementary color
Monochromatic Colors of #4EEA02
Black with #4EEA02
Text Example
Text Example
White with #4EEA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEA02; }
p { color: rgb(78,234,2); }
H1.HeaderClassName
{
color: #4EEA02;
}
.AnyTagClassName
{
color: #4EEA02;
}
</style>
background-color css
<style>
a { background-color: #4EEA02; }
a { background-color: rgb(78,234,2); }
div.DivClassName
{
background-color: #4EEA02;
}
.BgClassName
{
background-color: #4EEA02;
}
</style>
border-color css
<style>
span { border-color: #4EEA02; }
span { border-color: rgb(78,234,2); }
td.TdClassName
{
border-color: #4EEA02;
}
.TagClassName
{
border-color: #4EEA02;
}
</style>