Shades of Harlequin #4DE407
Tints of Harlequin #4DE407
RGB
CMYK
RGB Variations
Color information
#4DE407 (or 0x4DE407) is known color: Harlequin. HEX triplet: 4D, E4 and 07. RGB value is (77,228,7). Sum of RGB (Red+Green+Blue) = 77+228+7=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 228 (89.45% from 255 or 73.08% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 228 - color contains mainly: green. Hex color #4DE407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE407 is #B21BF8. Grayscale: #9E9E9E. Windows color (decimal): -11672569 or 517197. OLE color: 517197.
HSL color Cylindrical-coordinate representation of color #4DE407: hue angle of 101º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DE407 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 228 | 7 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.11 |
| HSL | 101º | 0.94% | 0.46% | - |
| HSV(B) | 101º | 0.97% | 0.89% | - |
| XYZ | 30.84 | 57.08 | 9.59 | - |
| YUV | 157.66 | 42.97 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 228 | 7 | 0.66 | 0 | 0.97 | 0.11 | 101 | 0.94 | 0.46 |
| Hex | 4D | E4 | 7 | 42 | 0 | 61 | B | 65 | 5E | 2E |
| Octal | 115 | 344 | 7 | 102 | 0 | 141 | 13 | 145 | 136 | 56 |
| Binary | 1001101 | 11100100 | 111 | 1000010 | 0 | 1100001 | 1011 | 1100101 | 1011110 | 101110 |
Color Harmonies of #4DE407
Complementary color
Monochromatic Colors of #4DE407
Black with #4DE407
Text Example
Text Example
White with #4DE407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE407; }
p { color: rgb(77,228,7); }
H1.HeaderClassName
{
color: #4DE407;
}
.AnyTagClassName
{
color: #4DE407;
}
</style>
background-color css
<style>
a { background-color: #4DE407; }
a { background-color: rgb(77,228,7); }
div.DivClassName
{
background-color: #4DE407;
}
.BgClassName
{
background-color: #4DE407;
}
</style>
border-color css
<style>
span { border-color: #4DE407; }
span { border-color: rgb(77,228,7); }
td.TdClassName
{
border-color: #4DE407;
}
.TagClassName
{
border-color: #4DE407;
}
</style>