Shades of Harlequin #4DFE19
Tints of Harlequin #4DFE19
RGB
CMYK
RGB Variations
Color information
#4DFE19 (or 0x4DFE19) is known color: Harlequin. HEX triplet: 4D, FE and 19. RGB value is (77,254,25). Sum of RGB (Red+Green+Blue) = 77+254+25=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 254 (99.61% from 255 or 71.35% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE19 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFE19 is #B201E6. Grayscale: #AFAFAF. Windows color (decimal): -11665895 or 1703501. OLE color: 1703501.
HSL color Cylindrical-coordinate representation of color #4DFE19: hue angle of 106.38º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DFE19 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 25 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.00 |
| HSL | 106.38º | 0.99% | 0.55% | - |
| HSV(B) | 106.38º | 0.9% | 1% | - |
| XYZ | 38.68 | 72.53 | 12.88 | - |
| YUV | 174.97 | 43.36 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 25 | 0.70 | 0 | 0.90 | 0.00 | 106.38 | 0.99 | 0.55 |
| Hex | 4D | FE | 19 | 46 | 0 | 5A | 0 | 6A | 63 | 37 |
| Octal | 115 | 376 | 31 | 106 | 0 | 132 | 0 | 152 | 143 | 67 |
| Binary | 1001101 | 11111110 | 11001 | 1000110 | 0 | 1011010 | 0 | 1101010 | 1100011 | 110111 |
Color Harmonies of #4DFE19
Complementary color
Monochromatic Colors of #4DFE19
Black with #4DFE19
Text Example
Text Example
White with #4DFE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFE19; }
p { color: rgb(77,254,25); }
H1.HeaderClassName
{
color: #4DFE19;
}
.AnyTagClassName
{
color: #4DFE19;
}
</style>
background-color css
<style>
a { background-color: #4DFE19; }
a { background-color: rgb(77,254,25); }
div.DivClassName
{
background-color: #4DFE19;
}
.BgClassName
{
background-color: #4DFE19;
}
</style>
border-color css
<style>
span { border-color: #4DFE19; }
span { border-color: rgb(77,254,25); }
td.TdClassName
{
border-color: #4DFE19;
}
.TagClassName
{
border-color: #4DFE19;
}
</style>