Shades of Harlequin #4DF503
Tints of Harlequin #4DF503
RGB
CMYK
RGB Variations
Color information
#4DF503 (or 0x4DF503) is known color: Harlequin. HEX triplet: 4D, F5 and 03. RGB value is (77,245,3). Sum of RGB (Red+Green+Blue) = 77+245+3=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 245 (96.09% from 255 or 75.38% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 245 - color contains mainly: green. Hex color #4DF503 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF503 is #B20AFC. Grayscale: #A7A7A7. Windows color (decimal): -11668221 or 259405. OLE color: 259405.
HSL color Cylindrical-coordinate representation of color #4DF503: hue angle of 101.65º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4DF503 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 245 | 3 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.04 |
| HSL | 101.65º | 0.98% | 0.49% | - |
| HSV(B) | 101.65º | 0.99% | 0.96% | - |
| XYZ | 35.73 | 66.89 | 11.11 | - |
| YUV | 167.18 | 35.34 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 245 | 3 | 0.69 | 0 | 0.99 | 0.04 | 101.65 | 0.98 | 0.49 |
| Hex | 4D | F5 | 3 | 45 | 0 | 63 | 4 | 66 | 62 | 31 |
| Octal | 115 | 365 | 3 | 105 | 0 | 143 | 4 | 146 | 142 | 61 |
| Binary | 1001101 | 11110101 | 11 | 1000101 | 0 | 1100011 | 100 | 1100110 | 1100010 | 110001 |
Color Harmonies of #4DF503
Complementary color
Monochromatic Colors of #4DF503
Black with #4DF503
Text Example
Text Example
White with #4DF503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF503; }
p { color: rgb(77,245,3); }
H1.HeaderClassName
{
color: #4DF503;
}
.AnyTagClassName
{
color: #4DF503;
}
</style>
background-color css
<style>
a { background-color: #4DF503; }
a { background-color: rgb(77,245,3); }
div.DivClassName
{
background-color: #4DF503;
}
.BgClassName
{
background-color: #4DF503;
}
</style>
border-color css
<style>
span { border-color: #4DF503; }
span { border-color: rgb(77,245,3); }
td.TdClassName
{
border-color: #4DF503;
}
.TagClassName
{
border-color: #4DF503;
}
</style>