Shades of Harlequin #4DF500
Tints of Harlequin #4DF500
RGB
CMYK
RGB Variations
Color information
#4DF500 (or 0x4DF500) is known color: Harlequin. HEX triplet: 4D, F5 and 00. RGB value is (77,245,0). Sum of RGB (Red+Green+Blue) = 77+245+0=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 245 (96.09% from 255 or 76.09% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 245 - color contains mainly: green. Hex color #4DF500 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF500 is #B20AFF. Grayscale: #A7A7A7. Windows color (decimal): -11668224 or 62797. OLE color: 62797.
HSL color Cylindrical-coordinate representation of color #4DF500: hue angle of 101.14º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4DF500 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 245 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.04 |
| HSL | 101.14º | 1% | 0.48% | - |
| HSV(B) | 101.14º | 1% | 0.96% | - |
| XYZ | 35.71 | 66.88 | 11.03 | - |
| YUV | 166.84 | 33.84 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 245 | 0 | 0.69 | 0 | 1 | 0.04 | 101.14 | 1 | 0.48 |
| Hex | 4D | F5 | 0 | 45 | 0 | 64 | 4 | 65 | 64 | 30 |
| Octal | 115 | 365 | 0 | 105 | 0 | 144 | 4 | 145 | 144 | 60 |
| Binary | 1001101 | 11110101 | 0 | 1000101 | 0 | 1100100 | 100 | 1100101 | 1100100 | 110000 |
Color Harmonies of #4DF500
Complementary color
Monochromatic Colors of #4DF500
Black with #4DF500
Text Example
Text Example
White with #4DF500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF500; }
p { color: rgb(77,245,0); }
H1.HeaderClassName
{
color: #4DF500;
}
.AnyTagClassName
{
color: #4DF500;
}
</style>
background-color css
<style>
a { background-color: #4DF500; }
a { background-color: rgb(77,245,0); }
div.DivClassName
{
background-color: #4DF500;
}
.BgClassName
{
background-color: #4DF500;
}
</style>
border-color css
<style>
span { border-color: #4DF500; }
span { border-color: rgb(77,245,0); }
td.TdClassName
{
border-color: #4DF500;
}
.TagClassName
{
border-color: #4DF500;
}
</style>