Shades of Harlequin #4AF916
Tints of Harlequin #4AF916
RGB
CMYK
RGB Variations
Color information
#4AF916 (or 0x4AF916) is known color: Harlequin. HEX triplet: 4A, F9 and 16. RGB value is (74,249,22). Sum of RGB (Red+Green+Blue) = 74+249+22=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF916 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF916 is #B506E9. Grayscale: #ABABAB. Windows color (decimal): -11863786 or 1505610. OLE color: 1505610.
HSL color Cylindrical-coordinate representation of color #4AF916: hue angle of 106.26º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AF916 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 22 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.02 |
| HSL | 106.26º | 0.95% | 0.53% | - |
| HSV(B) | 106.26º | 0.91% | 0.98% | - |
| XYZ | 36.84 | 69.27 | 12.19 | - |
| YUV | 170.8 | 44.02 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 22 | 0.70 | 0 | 0.91 | 0.02 | 106.26 | 0.95 | 0.53 |
| Hex | 4A | F9 | 16 | 46 | 0 | 5B | 2 | 6A | 5F | 35 |
| Octal | 112 | 371 | 26 | 106 | 0 | 133 | 2 | 152 | 137 | 65 |
| Binary | 1001010 | 11111001 | 10110 | 1000110 | 0 | 1011011 | 10 | 1101010 | 1011111 | 110101 |
Color Harmonies of #4AF916
Complementary color
Monochromatic Colors of #4AF916
Black with #4AF916
Text Example
Text Example
White with #4AF916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF916; }
p { color: rgb(74,249,22); }
H1.HeaderClassName
{
color: #4AF916;
}
.AnyTagClassName
{
color: #4AF916;
}
</style>
background-color css
<style>
a { background-color: #4AF916; }
a { background-color: rgb(74,249,22); }
div.DivClassName
{
background-color: #4AF916;
}
.BgClassName
{
background-color: #4AF916;
}
</style>
border-color css
<style>
span { border-color: #4AF916; }
span { border-color: rgb(74,249,22); }
td.TdClassName
{
border-color: #4AF916;
}
.TagClassName
{
border-color: #4AF916;
}
</style>