Shades of Harlequin #4FFF19
Tints of Harlequin #4FFF19
RGB
CMYK
RGB Variations
Color information
#4FFF19 (or 0x4FFF19) is known color: Harlequin. HEX triplet: 4F, FF and 19. RGB value is (79,255,25). Sum of RGB (Red+Green+Blue) = 79+255+25=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFF19 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFF19 is #B000E6. Grayscale: #B0B0B0. Windows color (decimal): -11534567 or 1703759. OLE color: 1703759.
HSL color Cylindrical-coordinate representation of color #4FFF19: hue angle of 105.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4FFF19 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 25 | - |
| CMYK | 0.69 | 0 | 0.90 | 0 |
| HSL | 105.91º | 1% | 0.55% | - |
| HSV(B) | 105.91º | 0.9% | 1% | - |
| XYZ | 39.16 | 73.25 | 12.99 | - |
| YUV | 176.16 | 42.69 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 25 | 0.69 | 0 | 0.90 | 0 | 105.91 | 1 | 0.55 |
| Hex | 4F | FF | 19 | 45 | 0 | 5A | 0 | 6A | 64 | 37 |
| Octal | 117 | 377 | 31 | 105 | 0 | 132 | 0 | 152 | 144 | 67 |
| Binary | 1001111 | 11111111 | 11001 | 1000101 | 0 | 1011010 | 0 | 1101010 | 1100100 | 110111 |
Color Harmonies of #4FFF19
Complementary color
Monochromatic Colors of #4FFF19
Black with #4FFF19
Text Example
Text Example
White with #4FFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFF19; }
p { color: rgb(79,255,25); }
H1.HeaderClassName
{
color: #4FFF19;
}
.AnyTagClassName
{
color: #4FFF19;
}
</style>
background-color css
<style>
a { background-color: #4FFF19; }
a { background-color: rgb(79,255,25); }
div.DivClassName
{
background-color: #4FFF19;
}
.BgClassName
{
background-color: #4FFF19;
}
</style>
border-color css
<style>
span { border-color: #4FFF19; }
span { border-color: rgb(79,255,25); }
td.TdClassName
{
border-color: #4FFF19;
}
.TagClassName
{
border-color: #4FFF19;
}
</style>