Shades of Harlequin #4AF021
Tints of Harlequin #4AF021
RGB
CMYK
RGB Variations
Color information
#4AF021 (or 0x4AF021) is known color: Harlequin. HEX triplet: 4A, F0 and 21. RGB value is (74,240,33). Sum of RGB (Red+Green+Blue) = 74+240+33=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF021 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF021 is #B50FDE. Grayscale: #A7A7A7. Windows color (decimal): -11866079 or 2224202. OLE color: 2224202.
HSL color Cylindrical-coordinate representation of color #4AF021: hue angle of 108.12º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AF021 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 33 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.06 |
| HSL | 108.12º | 0.87% | 0.54% | - |
| HSV(B) | 108.12º | 0.86% | 0.94% | - |
| XYZ | 34.26 | 63.89 | 11.96 | - |
| YUV | 166.77 | 52.5 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 33 | 0.69 | 0 | 0.86 | 0.06 | 108.12 | 0.87 | 0.54 |
| Hex | 4A | F0 | 21 | 45 | 0 | 56 | 6 | 6C | 57 | 36 |
| Octal | 112 | 360 | 41 | 105 | 0 | 126 | 6 | 154 | 127 | 66 |
| Binary | 1001010 | 11110000 | 100001 | 1000101 | 0 | 1010110 | 110 | 1101100 | 1010111 | 110110 |
Color Harmonies of #4AF021
Complementary color
Monochromatic Colors of #4AF021
Black with #4AF021
Text Example
Text Example
White with #4AF021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF021; }
p { color: rgb(74,240,33); }
H1.HeaderClassName
{
color: #4AF021;
}
.AnyTagClassName
{
color: #4AF021;
}
</style>
background-color css
<style>
a { background-color: #4AF021; }
a { background-color: rgb(74,240,33); }
div.DivClassName
{
background-color: #4AF021;
}
.BgClassName
{
background-color: #4AF021;
}
</style>
border-color css
<style>
span { border-color: #4AF021; }
span { border-color: rgb(74,240,33); }
td.TdClassName
{
border-color: #4AF021;
}
.TagClassName
{
border-color: #4AF021;
}
</style>