Shades of Harlequin #4EE605
Tints of Harlequin #4EE605
RGB
CMYK
RGB Variations
Color information
#4EE605 (or 0x4EE605) is known color: Harlequin. HEX triplet: 4E, E6 and 05. RGB value is (78,230,5). Sum of RGB (Red+Green+Blue) = 78+230+5=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 230 (90.23% from 255 or 73.48% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 230 - color contains mainly: green. Hex color #4EE605 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EE605 is #B119FA. Grayscale: #9F9F9F. Windows color (decimal): -11606523 or 386638. OLE color: 386638.
HSL color Cylindrical-coordinate representation of color #4EE605: hue angle of 100.53º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4EE605 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 230 | 5 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.10 |
| HSL | 100.53º | 0.96% | 0.46% | - |
| HSV(B) | 100.53º | 0.98% | 0.9% | - |
| XYZ | 31.47 | 58.22 | 9.72 | - |
| YUV | 158.9 | 41.14 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 230 | 5 | 0.66 | 0 | 0.98 | 0.10 | 100.53 | 0.96 | 0.46 |
| Hex | 4E | E6 | 5 | 42 | 0 | 62 | A | 65 | 60 | 2E |
| Octal | 116 | 346 | 5 | 102 | 0 | 142 | 12 | 145 | 140 | 56 |
| Binary | 1001110 | 11100110 | 101 | 1000010 | 0 | 1100010 | 1010 | 1100101 | 1100000 | 101110 |
Color Harmonies of #4EE605
Complementary color
Monochromatic Colors of #4EE605
Black with #4EE605
Text Example
Text Example
White with #4EE605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE605; }
p { color: rgb(78,230,5); }
H1.HeaderClassName
{
color: #4EE605;
}
.AnyTagClassName
{
color: #4EE605;
}
</style>
background-color css
<style>
a { background-color: #4EE605; }
a { background-color: rgb(78,230,5); }
div.DivClassName
{
background-color: #4EE605;
}
.BgClassName
{
background-color: #4EE605;
}
</style>
border-color css
<style>
span { border-color: #4EE605; }
span { border-color: rgb(78,230,5); }
td.TdClassName
{
border-color: #4EE605;
}
.TagClassName
{
border-color: #4EE605;
}
</style>