Shades of Harlequin #4FFC19
Tints of Harlequin #4FFC19
RGB
CMYK
RGB Variations
Color information
#4FFC19 (or 0x4FFC19) is known color: Harlequin. HEX triplet: 4F, FC and 19. RGB value is (79,252,25). Sum of RGB (Red+Green+Blue) = 79+252+25=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 252 (98.83% from 255 or 70.79% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC19 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFC19 is #B003E6. Grayscale: #AFAFAF. Windows color (decimal): -11535335 or 1702991. OLE color: 1702991.
HSL color Cylindrical-coordinate representation of color #4FFC19: hue angle of 105.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4FFC19 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 25 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.01 |
| HSL | 105.73º | 0.97% | 0.54% | - |
| HSV(B) | 105.73º | 0.9% | 0.99% | - |
| XYZ | 38.21 | 71.35 | 12.68 | - |
| YUV | 174.4 | 43.69 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 25 | 0.69 | 0 | 0.90 | 0.01 | 105.73 | 0.97 | 0.54 |
| Hex | 4F | FC | 19 | 45 | 0 | 5A | 1 | 6A | 61 | 36 |
| Octal | 117 | 374 | 31 | 105 | 0 | 132 | 1 | 152 | 141 | 66 |
| Binary | 1001111 | 11111100 | 11001 | 1000101 | 0 | 1011010 | 1 | 1101010 | 1100001 | 110110 |
Color Harmonies of #4FFC19
Complementary color
Monochromatic Colors of #4FFC19
Black with #4FFC19
Text Example
Text Example
White with #4FFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFC19; }
p { color: rgb(79,252,25); }
H1.HeaderClassName
{
color: #4FFC19;
}
.AnyTagClassName
{
color: #4FFC19;
}
</style>
background-color css
<style>
a { background-color: #4FFC19; }
a { background-color: rgb(79,252,25); }
div.DivClassName
{
background-color: #4FFC19;
}
.BgClassName
{
background-color: #4FFC19;
}
</style>
border-color css
<style>
span { border-color: #4FFC19; }
span { border-color: rgb(79,252,25); }
td.TdClassName
{
border-color: #4FFC19;
}
.TagClassName
{
border-color: #4FFC19;
}
</style>