Shades of Harlequin #4DE800
Tints of Harlequin #4DE800
RGB
CMYK
RGB Variations
Color information
#4DE800 (or 0x4DE800) is known color: Harlequin. HEX triplet: 4D, E8 and 00. RGB value is (77,232,0). Sum of RGB (Red+Green+Blue) = 77+232+0=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 232 (91.02% from 255 or 75.08% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 232 - color contains mainly: green. Hex color #4DE800 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DE800 is #B217FF. Grayscale: #9F9F9F. Windows color (decimal): -11671552 or 59469. OLE color: 59469.
HSL color Cylindrical-coordinate representation of color #4DE800: hue angle of 100.09º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4DE800 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 232 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.09 |
| HSL | 100.09º | 1% | 0.45% | - |
| HSV(B) | 100.09º | 1% | 0.91% | - |
| XYZ | 31.92 | 59.29 | 9.76 | - |
| YUV | 159.21 | 38.15 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 232 | 0 | 0.67 | 0 | 1 | 0.09 | 100.09 | 1 | 0.45 |
| Hex | 4D | E8 | 0 | 43 | 0 | 64 | 9 | 64 | 64 | 2D |
| Octal | 115 | 350 | 0 | 103 | 0 | 144 | 11 | 144 | 144 | 55 |
| Binary | 1001101 | 11101000 | 0 | 1000011 | 0 | 1100100 | 1001 | 1100100 | 1100100 | 101101 |
Color Harmonies of #4DE800
Complementary color
Monochromatic Colors of #4DE800
Black with #4DE800
Text Example
Text Example
White with #4DE800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE800; }
p { color: rgb(77,232,0); }
H1.HeaderClassName
{
color: #4DE800;
}
.AnyTagClassName
{
color: #4DE800;
}
</style>
background-color css
<style>
a { background-color: #4DE800; }
a { background-color: rgb(77,232,0); }
div.DivClassName
{
background-color: #4DE800;
}
.BgClassName
{
background-color: #4DE800;
}
</style>
border-color css
<style>
span { border-color: #4DE800; }
span { border-color: rgb(77,232,0); }
td.TdClassName
{
border-color: #4DE800;
}
.TagClassName
{
border-color: #4DE800;
}
</style>