Shades of Harlequin #4DFC11
Tints of Harlequin #4DFC11
RGB
CMYK
RGB Variations
Color information
#4DFC11 (or 0x4DFC11) is known color: Harlequin. HEX triplet: 4D, FC and 11. RGB value is (77,252,17). Sum of RGB (Red+Green+Blue) = 77+252+17=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 252 (98.83% from 255 or 72.83% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFC11 is #B203EE. Grayscale: #ADADAD. Windows color (decimal): -11666415 or 1178701. OLE color: 1178701.
HSL color Cylindrical-coordinate representation of color #4DFC11: hue angle of 104.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4DFC11 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 17 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.01 |
| HSL | 104.68º | 0.98% | 0.53% | - |
| HSV(B) | 104.68º | 0.93% | 0.99% | - |
| XYZ | 37.97 | 71.24 | 12.28 | - |
| YUV | 172.89 | 40.02 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 17 | 0.69 | 0 | 0.93 | 0.01 | 104.68 | 0.98 | 0.53 |
| Hex | 4D | FC | 11 | 45 | 0 | 5D | 1 | 69 | 62 | 35 |
| Octal | 115 | 374 | 21 | 105 | 0 | 135 | 1 | 151 | 142 | 65 |
| Binary | 1001101 | 11111100 | 10001 | 1000101 | 0 | 1011101 | 1 | 1101001 | 1100010 | 110101 |
Color Harmonies of #4DFC11
Complementary color
Monochromatic Colors of #4DFC11
Black with #4DFC11
Text Example
Text Example
White with #4DFC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFC11; }
p { color: rgb(77,252,17); }
H1.HeaderClassName
{
color: #4DFC11;
}
.AnyTagClassName
{
color: #4DFC11;
}
</style>
background-color css
<style>
a { background-color: #4DFC11; }
a { background-color: rgb(77,252,17); }
div.DivClassName
{
background-color: #4DFC11;
}
.BgClassName
{
background-color: #4DFC11;
}
</style>
border-color css
<style>
span { border-color: #4DFC11; }
span { border-color: rgb(77,252,17); }
td.TdClassName
{
border-color: #4DFC11;
}
.TagClassName
{
border-color: #4DFC11;
}
</style>