Shades of Harlequin #4DFB19
Tints of Harlequin #4DFB19
RGB
CMYK
RGB Variations
Color information
#4DFB19 (or 0x4DFB19) is known color: Harlequin. HEX triplet: 4D, FB and 19. RGB value is (77,251,25). Sum of RGB (Red+Green+Blue) = 77+251+25=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 251 (98.44% from 255 or 71.10% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB19 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFB19 is #B204E6. Grayscale: #ADADAD. Windows color (decimal): -11666663 or 1702733. OLE color: 1702733.
HSL color Cylindrical-coordinate representation of color #4DFB19: hue angle of 106.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DFB19 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 25 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.02 |
| HSL | 106.19º | 0.97% | 0.54% | - |
| HSV(B) | 106.19º | 0.9% | 0.98% | - |
| XYZ | 37.73 | 70.64 | 12.57 | - |
| YUV | 173.21 | 44.35 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 25 | 0.69 | 0 | 0.90 | 0.02 | 106.19 | 0.97 | 0.54 |
| Hex | 4D | FB | 19 | 45 | 0 | 5A | 2 | 6A | 61 | 36 |
| Octal | 115 | 373 | 31 | 105 | 0 | 132 | 2 | 152 | 141 | 66 |
| Binary | 1001101 | 11111011 | 11001 | 1000101 | 0 | 1011010 | 10 | 1101010 | 1100001 | 110110 |
Color Harmonies of #4DFB19
Complementary color
Monochromatic Colors of #4DFB19
Black with #4DFB19
Text Example
Text Example
White with #4DFB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB19; }
p { color: rgb(77,251,25); }
H1.HeaderClassName
{
color: #4DFB19;
}
.AnyTagClassName
{
color: #4DFB19;
}
</style>
background-color css
<style>
a { background-color: #4DFB19; }
a { background-color: rgb(77,251,25); }
div.DivClassName
{
background-color: #4DFB19;
}
.BgClassName
{
background-color: #4DFB19;
}
</style>
border-color css
<style>
span { border-color: #4DFB19; }
span { border-color: rgb(77,251,25); }
td.TdClassName
{
border-color: #4DFB19;
}
.TagClassName
{
border-color: #4DFB19;
}
</style>