Shades of Harlequin #4AF720
Tints of Harlequin #4AF720
RGB
CMYK
RGB Variations
Color information
#4AF720 (or 0x4AF720) is known color: Harlequin. HEX triplet: 4A, F7 and 20. RGB value is (74,247,32). Sum of RGB (Red+Green+Blue) = 74+247+32=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 247 (96.88% from 255 or 69.97% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF720 is #B508DF. Grayscale: #ABABAB. Windows color (decimal): -11864288 or 2160458. OLE color: 2160458.
HSL color Cylindrical-coordinate representation of color #4AF720: hue angle of 108.28º 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 #4AF720 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 32 | - |
| CMYK | 0.70 | 0 | 0.87 | 0.03 |
| HSL | 108.28º | 0.93% | 0.55% | - |
| HSV(B) | 108.28º | 0.87% | 0.97% | - |
| XYZ | 36.35 | 68.08 | 12.59 | - |
| YUV | 170.76 | 49.69 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 32 | 0.70 | 0 | 0.87 | 0.03 | 108.28 | 0.93 | 0.55 |
| Hex | 4A | F7 | 20 | 46 | 0 | 57 | 3 | 6C | 5D | 37 |
| Octal | 112 | 367 | 40 | 106 | 0 | 127 | 3 | 154 | 135 | 67 |
| Binary | 1001010 | 11110111 | 100000 | 1000110 | 0 | 1010111 | 11 | 1101100 | 1011101 | 110111 |
Color Harmonies of #4AF720
Complementary color
Monochromatic Colors of #4AF720
Black with #4AF720
Text Example
Text Example
White with #4AF720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF720; }
p { color: rgb(74,247,32); }
H1.HeaderClassName
{
color: #4AF720;
}
.AnyTagClassName
{
color: #4AF720;
}
</style>
background-color css
<style>
a { background-color: #4AF720; }
a { background-color: rgb(74,247,32); }
div.DivClassName
{
background-color: #4AF720;
}
.BgClassName
{
background-color: #4AF720;
}
</style>
border-color css
<style>
span { border-color: #4AF720; }
span { border-color: rgb(74,247,32); }
td.TdClassName
{
border-color: #4AF720;
}
.TagClassName
{
border-color: #4AF720;
}
</style>