Shades of Harlequin #4DFB11
Tints of Harlequin #4DFB11
RGB
CMYK
RGB Variations
Color information
#4DFB11 (or 0x4DFB11) is known color: Harlequin. HEX triplet: 4D, FB and 11. RGB value is (77,251,17). Sum of RGB (Red+Green+Blue) = 77+251+17=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 251 (98.44% from 255 or 72.75% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFB11 is #B204EE. Grayscale: #ADADAD. Windows color (decimal): -11666671 or 1178445. OLE color: 1178445.
HSL color Cylindrical-coordinate representation of color #4DFB11: hue angle of 104.62º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4DFB11 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 17 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.02 |
| HSL | 104.62º | 0.97% | 0.53% | - |
| HSV(B) | 104.62º | 0.93% | 0.98% | - |
| XYZ | 37.66 | 70.61 | 12.18 | - |
| YUV | 172.3 | 40.35 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 17 | 0.69 | 0 | 0.93 | 0.02 | 104.62 | 0.97 | 0.53 |
| Hex | 4D | FB | 11 | 45 | 0 | 5D | 2 | 69 | 61 | 35 |
| Octal | 115 | 373 | 21 | 105 | 0 | 135 | 2 | 151 | 141 | 65 |
| Binary | 1001101 | 11111011 | 10001 | 1000101 | 0 | 1011101 | 10 | 1101001 | 1100001 | 110101 |
Color Harmonies of #4DFB11
Complementary color
Monochromatic Colors of #4DFB11
Black with #4DFB11
Text Example
Text Example
White with #4DFB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB11; }
p { color: rgb(77,251,17); }
H1.HeaderClassName
{
color: #4DFB11;
}
.AnyTagClassName
{
color: #4DFB11;
}
</style>
background-color css
<style>
a { background-color: #4DFB11; }
a { background-color: rgb(77,251,17); }
div.DivClassName
{
background-color: #4DFB11;
}
.BgClassName
{
background-color: #4DFB11;
}
</style>
border-color css
<style>
span { border-color: #4DFB11; }
span { border-color: rgb(77,251,17); }
td.TdClassName
{
border-color: #4DFB11;
}
.TagClassName
{
border-color: #4DFB11;
}
</style>