Shades of Harlequin #4CFF19
Tints of Harlequin #4CFF19
RGB
CMYK
RGB Variations
Color information
#4CFF19 (or 0x4CFF19) is known color: Harlequin. HEX triplet: 4C, FF and 19. RGB value is (76,255,25). Sum of RGB (Red+Green+Blue) = 76+255+25=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFF19 is #B300E6. Grayscale: #B0B0B0. Windows color (decimal): -11731175 or 1703756. OLE color: 1703756.
HSL color Cylindrical-coordinate representation of color #4CFF19: hue angle of 106.7º 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 #4CFF19 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 25 | - |
| CMYK | 0.70 | 0 | 0.90 | 0 |
| HSL | 106.7º | 1% | 0.55% | - |
| HSV(B) | 106.7º | 0.9% | 1% | - |
| XYZ | 38.92 | 73.13 | 12.98 | - |
| YUV | 175.26 | 43.2 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 25 | 0.70 | 0 | 0.90 | 0 | 106.7 | 1 | 0.55 |
| Hex | 4C | FF | 19 | 46 | 0 | 5A | 0 | 6B | 64 | 37 |
| Octal | 114 | 377 | 31 | 106 | 0 | 132 | 0 | 153 | 144 | 67 |
| Binary | 1001100 | 11111111 | 11001 | 1000110 | 0 | 1011010 | 0 | 1101011 | 1100100 | 110111 |
Color Harmonies of #4CFF19
Complementary color
Monochromatic Colors of #4CFF19
Black with #4CFF19
Text Example
Text Example
White with #4CFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFF19; }
p { color: rgb(76,255,25); }
H1.HeaderClassName
{
color: #4CFF19;
}
.AnyTagClassName
{
color: #4CFF19;
}
</style>
background-color css
<style>
a { background-color: #4CFF19; }
a { background-color: rgb(76,255,25); }
div.DivClassName
{
background-color: #4CFF19;
}
.BgClassName
{
background-color: #4CFF19;
}
</style>
border-color css
<style>
span { border-color: #4CFF19; }
span { border-color: rgb(76,255,25); }
td.TdClassName
{
border-color: #4CFF19;
}
.TagClassName
{
border-color: #4CFF19;
}
</style>