Shades of Harlequin #4DE310
Tints of Harlequin #4DE310
RGB
CMYK
RGB Variations
Color information
#4DE310 (or 0x4DE310) is known color: Harlequin. HEX triplet: 4D, E3 and 10. RGB value is (77,227,16). Sum of RGB (Red+Green+Blue) = 77+227+16=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 227 (89.06% from 255 or 70.94% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 227 - color contains mainly: green. Hex color #4DE310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE310 is #B21CEF. Grayscale: #9E9E9E. Windows color (decimal): -11672816 or 1106765. OLE color: 1106765.
HSL color Cylindrical-coordinate representation of color #4DE310: hue angle of 102.65º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4DE310 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 227 | 16 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.11 |
| HSL | 102.65º | 0.87% | 0.48% | - |
| HSV(B) | 102.65º | 0.93% | 0.89% | - |
| XYZ | 30.62 | 56.55 | 9.79 | - |
| YUV | 158.1 | 47.81 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 227 | 16 | 0.66 | 0 | 0.93 | 0.11 | 102.65 | 0.87 | 0.48 |
| Hex | 4D | E3 | 10 | 42 | 0 | 5D | B | 67 | 57 | 30 |
| Octal | 115 | 343 | 20 | 102 | 0 | 135 | 13 | 147 | 127 | 60 |
| Binary | 1001101 | 11100011 | 10000 | 1000010 | 0 | 1011101 | 1011 | 1100111 | 1010111 | 110000 |
Color Harmonies of #4DE310
Complementary color
Monochromatic Colors of #4DE310
Black with #4DE310
Text Example
Text Example
White with #4DE310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE310; }
p { color: rgb(77,227,16); }
H1.HeaderClassName
{
color: #4DE310;
}
.AnyTagClassName
{
color: #4DE310;
}
</style>
background-color css
<style>
a { background-color: #4DE310; }
a { background-color: rgb(77,227,16); }
div.DivClassName
{
background-color: #4DE310;
}
.BgClassName
{
background-color: #4DE310;
}
</style>
border-color css
<style>
span { border-color: #4DE310; }
span { border-color: rgb(77,227,16); }
td.TdClassName
{
border-color: #4DE310;
}
.TagClassName
{
border-color: #4DE310;
}
</style>