Shades of Harlequin #4DE90A
Tints of Harlequin #4DE90A
RGB
CMYK
RGB Variations
Color information
#4DE90A (or 0x4DE90A) is known color: Harlequin. HEX triplet: 4D, E9 and 0A. RGB value is (77,233,10). Sum of RGB (Red+Green+Blue) = 77+233+10=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 233 (91.41% from 255 or 72.81% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 233 - color contains mainly: green. Hex color #4DE90A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DE90A is #B216F5. Grayscale: #A1A1A1. Windows color (decimal): -11671286 or 715085. OLE color: 715085.
HSL color Cylindrical-coordinate representation of color #4DE90A: hue angle of 101.97º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4DE90A is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 233 | 10 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.09 |
| HSL | 101.97º | 0.92% | 0.48% | - |
| HSV(B) | 101.97º | 0.96% | 0.91% | - |
| XYZ | 32.25 | 59.88 | 10.14 | - |
| YUV | 160.93 | 42.82 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 233 | 10 | 0.67 | 0 | 0.96 | 0.09 | 101.97 | 0.92 | 0.48 |
| Hex | 4D | E9 | A | 43 | 0 | 60 | 9 | 66 | 5C | 30 |
| Octal | 115 | 351 | 12 | 103 | 0 | 140 | 11 | 146 | 134 | 60 |
| Binary | 1001101 | 11101001 | 1010 | 1000011 | 0 | 1100000 | 1001 | 1100110 | 1011100 | 110000 |
Color Harmonies of #4DE90A
Complementary color
Monochromatic Colors of #4DE90A
Black with #4DE90A
Text Example
Text Example
White with #4DE90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE90A; }
p { color: rgb(77,233,10); }
H1.HeaderClassName
{
color: #4DE90A;
}
.AnyTagClassName
{
color: #4DE90A;
}
</style>
background-color css
<style>
a { background-color: #4DE90A; }
a { background-color: rgb(77,233,10); }
div.DivClassName
{
background-color: #4DE90A;
}
.BgClassName
{
background-color: #4DE90A;
}
</style>
border-color css
<style>
span { border-color: #4DE90A; }
span { border-color: rgb(77,233,10); }
td.TdClassName
{
border-color: #4DE90A;
}
.TagClassName
{
border-color: #4DE90A;
}
</style>