Shades of Harlequin #4DE403
Tints of Harlequin #4DE403
RGB
CMYK
RGB Variations
Color information
#4DE403 (or 0x4DE403) is known color: Harlequin. HEX triplet: 4D, E4 and 03. RGB value is (77,228,3). Sum of RGB (Red+Green+Blue) = 77+228+3=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 228 (89.45% from 255 or 74.03% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 228 - color contains mainly: green. Hex color #4DE403 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE403 is #B21BFC. Grayscale: #9D9D9D. Windows color (decimal): -11672573 or 255053. OLE color: 255053.
HSL color Cylindrical-coordinate representation of color #4DE403: hue angle of 100.27º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4DE403 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 228 | 3 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.11 |
| HSL | 100.27º | 0.97% | 0.45% | - |
| HSV(B) | 100.27º | 0.99% | 0.89% | - |
| XYZ | 30.82 | 57.07 | 9.48 | - |
| YUV | 157.2 | 40.97 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 228 | 3 | 0.66 | 0 | 0.99 | 0.11 | 100.27 | 0.97 | 0.45 |
| Hex | 4D | E4 | 3 | 42 | 0 | 63 | B | 64 | 61 | 2D |
| Octal | 115 | 344 | 3 | 102 | 0 | 143 | 13 | 144 | 141 | 55 |
| Binary | 1001101 | 11100100 | 11 | 1000010 | 0 | 1100011 | 1011 | 1100100 | 1100001 | 101101 |
Color Harmonies of #4DE403
Complementary color
Monochromatic Colors of #4DE403
Black with #4DE403
Text Example
Text Example
White with #4DE403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE403; }
p { color: rgb(77,228,3); }
H1.HeaderClassName
{
color: #4DE403;
}
.AnyTagClassName
{
color: #4DE403;
}
</style>
background-color css
<style>
a { background-color: #4DE403; }
a { background-color: rgb(77,228,3); }
div.DivClassName
{
background-color: #4DE403;
}
.BgClassName
{
background-color: #4DE403;
}
</style>
border-color css
<style>
span { border-color: #4DE403; }
span { border-color: rgb(77,228,3); }
td.TdClassName
{
border-color: #4DE403;
}
.TagClassName
{
border-color: #4DE403;
}
</style>