Shades of Harlequin #4DE900
Tints of Harlequin #4DE900
RGB
CMYK
RGB Variations
Color information
#4DE900 (or 0x4DE900) is known color: Harlequin. HEX triplet: 4D, E9 and 00. RGB value is (77,233,0). Sum of RGB (Red+Green+Blue) = 77+233+0=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 233 (91.41% from 255 or 75.16% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 233 - color contains mainly: green. Hex color #4DE900 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DE900 is #B216FF. Grayscale: #A0A0A0. Windows color (decimal): -11671296 or 59725. OLE color: 59725.
HSL color Cylindrical-coordinate representation of color #4DE900: hue angle of 100.17º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4DE900 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 233 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.09 |
| HSL | 100.17º | 1% | 0.46% | - |
| HSV(B) | 100.17º | 1% | 0.91% | - |
| XYZ | 32.2 | 59.86 | 9.86 | - |
| YUV | 159.79 | 37.82 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 233 | 0 | 0.67 | 0 | 1 | 0.09 | 100.17 | 1 | 0.46 |
| Hex | 4D | E9 | 0 | 43 | 0 | 64 | 9 | 64 | 64 | 2E |
| Octal | 115 | 351 | 0 | 103 | 0 | 144 | 11 | 144 | 144 | 56 |
| Binary | 1001101 | 11101001 | 0 | 1000011 | 0 | 1100100 | 1001 | 1100100 | 1100100 | 101110 |
Color Harmonies of #4DE900
Complementary color
Monochromatic Colors of #4DE900
Black with #4DE900
Text Example
Text Example
White with #4DE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE900; }
p { color: rgb(77,233,0); }
H1.HeaderClassName
{
color: #4DE900;
}
.AnyTagClassName
{
color: #4DE900;
}
</style>
background-color css
<style>
a { background-color: #4DE900; }
a { background-color: rgb(77,233,0); }
div.DivClassName
{
background-color: #4DE900;
}
.BgClassName
{
background-color: #4DE900;
}
</style>
border-color css
<style>
span { border-color: #4DE900; }
span { border-color: rgb(77,233,0); }
td.TdClassName
{
border-color: #4DE900;
}
.TagClassName
{
border-color: #4DE900;
}
</style>