Shades of Harlequin #4AFF19
Tints of Harlequin #4AFF19
RGB
CMYK
RGB Variations
Color information
#4AFF19 (or 0x4AFF19) is known color: Harlequin. HEX triplet: 4A, FF and 19. RGB value is (74,255,25). Sum of RGB (Red+Green+Blue) = 74+255+25=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 255 (100% from 255 or 72.03% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFF19 is #B500E6. Grayscale: #AFAFAF. Windows color (decimal): -11862247 or 1703754. OLE color: 1703754.
HSL color Cylindrical-coordinate representation of color #4AFF19: hue angle of 107.22º 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 #4AFF19 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 25 | - |
| CMYK | 0.71 | 0 | 0.90 | 0 |
| HSL | 107.22º | 1% | 0.55% | - |
| HSV(B) | 107.22º | 0.9% | 1% | - |
| XYZ | 38.76 | 73.05 | 12.98 | - |
| YUV | 174.66 | 43.53 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 25 | 0.71 | 0 | 0.90 | 0 | 107.22 | 1 | 0.55 |
| Hex | 4A | FF | 19 | 47 | 0 | 5A | 0 | 6B | 64 | 37 |
| Octal | 112 | 377 | 31 | 107 | 0 | 132 | 0 | 153 | 144 | 67 |
| Binary | 1001010 | 11111111 | 11001 | 1000111 | 0 | 1011010 | 0 | 1101011 | 1100100 | 110111 |
Color Harmonies of #4AFF19
Complementary color
Monochromatic Colors of #4AFF19
Black with #4AFF19
Text Example
Text Example
White with #4AFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFF19; }
p { color: rgb(74,255,25); }
H1.HeaderClassName
{
color: #4AFF19;
}
.AnyTagClassName
{
color: #4AFF19;
}
</style>
background-color css
<style>
a { background-color: #4AFF19; }
a { background-color: rgb(74,255,25); }
div.DivClassName
{
background-color: #4AFF19;
}
.BgClassName
{
background-color: #4AFF19;
}
</style>
border-color css
<style>
span { border-color: #4AFF19; }
span { border-color: rgb(74,255,25); }
td.TdClassName
{
border-color: #4AFF19;
}
.TagClassName
{
border-color: #4AFF19;
}
</style>