Shades of Harlequin #4AF811
Tints of Harlequin #4AF811
RGB
CMYK
RGB Variations
Color information
#4AF811 (or 0x4AF811) is known color: Harlequin. HEX triplet: 4A, F8 and 11. RGB value is (74,248,17). Sum of RGB (Red+Green+Blue) = 74+248+17=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 248 (97.27% from 255 or 73.16% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF811 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF811 is #B507EE. Grayscale: #AAAAAA. Windows color (decimal): -11864047 or 1177674. OLE color: 1177674.
HSL color Cylindrical-coordinate representation of color #4AF811: hue angle of 105.19º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AF811 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 17 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.03 |
| HSL | 105.19º | 0.94% | 0.52% | - |
| HSV(B) | 105.19º | 0.93% | 0.97% | - |
| XYZ | 36.49 | 68.63 | 11.85 | - |
| YUV | 169.64 | 41.85 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 17 | 0.70 | 0 | 0.93 | 0.03 | 105.19 | 0.94 | 0.52 |
| Hex | 4A | F8 | 11 | 46 | 0 | 5D | 3 | 69 | 5E | 34 |
| Octal | 112 | 370 | 21 | 106 | 0 | 135 | 3 | 151 | 136 | 64 |
| Binary | 1001010 | 11111000 | 10001 | 1000110 | 0 | 1011101 | 11 | 1101001 | 1011110 | 110100 |
Color Harmonies of #4AF811
Complementary color
Monochromatic Colors of #4AF811
Black with #4AF811
Text Example
Text Example
White with #4AF811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF811; }
p { color: rgb(74,248,17); }
H1.HeaderClassName
{
color: #4AF811;
}
.AnyTagClassName
{
color: #4AF811;
}
</style>
background-color css
<style>
a { background-color: #4AF811; }
a { background-color: rgb(74,248,17); }
div.DivClassName
{
background-color: #4AF811;
}
.BgClassName
{
background-color: #4AF811;
}
</style>
border-color css
<style>
span { border-color: #4AF811; }
span { border-color: rgb(74,248,17); }
td.TdClassName
{
border-color: #4AF811;
}
.TagClassName
{
border-color: #4AF811;
}
</style>