Shades of Harlequin #4AFD19
Tints of Harlequin #4AFD19
RGB
CMYK
RGB Variations
Color information
#4AFD19 (or 0x4AFD19) is known color: Harlequin. HEX triplet: 4A, FD and 19. RGB value is (74,253,25). Sum of RGB (Red+Green+Blue) = 74+253+25=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 253 (99.22% from 255 or 71.88% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFD19 is #B502E6. Grayscale: #AEAEAE. Windows color (decimal): -11862759 or 1703242. OLE color: 1703242.
HSL color Cylindrical-coordinate representation of color #4AFD19: hue angle of 107.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AFD19 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 253 | 25 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.01 |
| HSL | 107.11º | 0.98% | 0.55% | - |
| HSV(B) | 107.11º | 0.9% | 0.99% | - |
| XYZ | 38.12 | 71.78 | 12.76 | - |
| YUV | 173.49 | 44.2 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 253 | 25 | 0.71 | 0 | 0.90 | 0.01 | 107.11 | 0.98 | 0.55 |
| Hex | 4A | FD | 19 | 47 | 0 | 5A | 1 | 6B | 62 | 37 |
| Octal | 112 | 375 | 31 | 107 | 0 | 132 | 1 | 153 | 142 | 67 |
| Binary | 1001010 | 11111101 | 11001 | 1000111 | 0 | 1011010 | 1 | 1101011 | 1100010 | 110111 |
Color Harmonies of #4AFD19
Complementary color
Monochromatic Colors of #4AFD19
Black with #4AFD19
Text Example
Text Example
White with #4AFD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFD19; }
p { color: rgb(74,253,25); }
H1.HeaderClassName
{
color: #4AFD19;
}
.AnyTagClassName
{
color: #4AFD19;
}
</style>
background-color css
<style>
a { background-color: #4AFD19; }
a { background-color: rgb(74,253,25); }
div.DivClassName
{
background-color: #4AFD19;
}
.BgClassName
{
background-color: #4AFD19;
}
</style>
border-color css
<style>
span { border-color: #4AFD19; }
span { border-color: rgb(74,253,25); }
td.TdClassName
{
border-color: #4AFD19;
}
.TagClassName
{
border-color: #4AFD19;
}
</style>