Shades of Harlequin #4AF721
Tints of Harlequin #4AF721
RGB
CMYK
RGB Variations
Color information
#4AF721 (or 0x4AF721) is known color: Harlequin. HEX triplet: 4A, F7 and 21. RGB value is (74,247,33). Sum of RGB (Red+Green+Blue) = 74+247+33=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 247 (96.88% from 255 or 69.77% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF721 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF721 is #B508DE. Grayscale: #ABABAB. Windows color (decimal): -11864287 or 2225994. OLE color: 2225994.
HSL color Cylindrical-coordinate representation of color #4AF721: hue angle of 108.5º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4AF721 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 33 | - |
| CMYK | 0.70 | 0 | 0.87 | 0.03 |
| HSL | 108.5º | 0.93% | 0.55% | - |
| HSV(B) | 108.5º | 0.87% | 0.97% | - |
| XYZ | 36.36 | 68.09 | 12.66 | - |
| YUV | 170.88 | 50.19 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 33 | 0.70 | 0 | 0.87 | 0.03 | 108.5 | 0.93 | 0.55 |
| Hex | 4A | F7 | 21 | 46 | 0 | 57 | 3 | 6D | 5D | 37 |
| Octal | 112 | 367 | 41 | 106 | 0 | 127 | 3 | 155 | 135 | 67 |
| Binary | 1001010 | 11110111 | 100001 | 1000110 | 0 | 1010111 | 11 | 1101101 | 1011101 | 110111 |
Color Harmonies of #4AF721
Complementary color
Monochromatic Colors of #4AF721
Black with #4AF721
Text Example
Text Example
White with #4AF721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF721; }
p { color: rgb(74,247,33); }
H1.HeaderClassName
{
color: #4AF721;
}
.AnyTagClassName
{
color: #4AF721;
}
</style>
background-color css
<style>
a { background-color: #4AF721; }
a { background-color: rgb(74,247,33); }
div.DivClassName
{
background-color: #4AF721;
}
.BgClassName
{
background-color: #4AF721;
}
</style>
border-color css
<style>
span { border-color: #4AF721; }
span { border-color: rgb(74,247,33); }
td.TdClassName
{
border-color: #4AF721;
}
.TagClassName
{
border-color: #4AF721;
}
</style>