Shades of Harlequin #4AF719
Tints of Harlequin #4AF719
RGB
CMYK
RGB Variations
Color information
#4AF719 (or 0x4AF719) is known color: Harlequin. HEX triplet: 4A, F7 and 19. RGB value is (74,247,25). Sum of RGB (Red+Green+Blue) = 74+247+25=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 247 (96.88% from 255 or 71.39% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF719 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF719 is #B508E6. Grayscale: #AAAAAA. Windows color (decimal): -11864295 or 1701706. OLE color: 1701706.
HSL color Cylindrical-coordinate representation of color #4AF719: hue angle of 106.76º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AF719 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 25 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.03 |
| HSL | 106.76º | 0.93% | 0.53% | - |
| HSV(B) | 106.76º | 0.9% | 0.97% | - |
| XYZ | 36.26 | 68.05 | 12.14 | - |
| YUV | 169.97 | 46.19 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 25 | 0.70 | 0 | 0.90 | 0.03 | 106.76 | 0.93 | 0.53 |
| Hex | 4A | F7 | 19 | 46 | 0 | 5A | 3 | 6B | 5D | 35 |
| Octal | 112 | 367 | 31 | 106 | 0 | 132 | 3 | 153 | 135 | 65 |
| Binary | 1001010 | 11110111 | 11001 | 1000110 | 0 | 1011010 | 11 | 1101011 | 1011101 | 110101 |
Color Harmonies of #4AF719
Complementary color
Monochromatic Colors of #4AF719
Black with #4AF719
Text Example
Text Example
White with #4AF719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF719; }
p { color: rgb(74,247,25); }
H1.HeaderClassName
{
color: #4AF719;
}
.AnyTagClassName
{
color: #4AF719;
}
</style>
background-color css
<style>
a { background-color: #4AF719; }
a { background-color: rgb(74,247,25); }
div.DivClassName
{
background-color: #4AF719;
}
.BgClassName
{
background-color: #4AF719;
}
</style>
border-color css
<style>
span { border-color: #4AF719; }
span { border-color: rgb(74,247,25); }
td.TdClassName
{
border-color: #4AF719;
}
.TagClassName
{
border-color: #4AF719;
}
</style>