Shades of Harlequin #4AE620
Tints of Harlequin #4AE620
RGB
CMYK
RGB Variations
Color information
#4AE620 (or 0x4AE620) is known color: Harlequin. HEX triplet: 4A, E6 and 20. RGB value is (74,230,32). Sum of RGB (Red+Green+Blue) = 74+230+32=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 230 (90.23% from 255 or 68.45% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE620 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE620 is #B519DF. Grayscale: #A1A1A1. Windows color (decimal): -11868640 or 2156106. OLE color: 2156106.
HSL color Cylindrical-coordinate representation of color #4AE620: hue angle of 107.27º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AE620 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 230 | 32 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.10 |
| HSL | 107.27º | 0.8% | 0.51% | - |
| HSV(B) | 107.27º | 0.86% | 0.9% | - |
| XYZ | 31.38 | 58.15 | 10.94 | - |
| YUV | 160.78 | 55.32 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 230 | 32 | 0.68 | 0 | 0.86 | 0.10 | 107.27 | 0.8 | 0.51 |
| Hex | 4A | E6 | 20 | 44 | 0 | 56 | A | 6B | 50 | 33 |
| Octal | 112 | 346 | 40 | 104 | 0 | 126 | 12 | 153 | 120 | 63 |
| Binary | 1001010 | 11100110 | 100000 | 1000100 | 0 | 1010110 | 1010 | 1101011 | 1010000 | 110011 |
Color Harmonies of #4AE620
Complementary color
Monochromatic Colors of #4AE620
Black with #4AE620
Text Example
Text Example
White with #4AE620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE620; }
p { color: rgb(74,230,32); }
H1.HeaderClassName
{
color: #4AE620;
}
.AnyTagClassName
{
color: #4AE620;
}
</style>
background-color css
<style>
a { background-color: #4AE620; }
a { background-color: rgb(74,230,32); }
div.DivClassName
{
background-color: #4AE620;
}
.BgClassName
{
background-color: #4AE620;
}
</style>
border-color css
<style>
span { border-color: #4AE620; }
span { border-color: rgb(74,230,32); }
td.TdClassName
{
border-color: #4AE620;
}
.TagClassName
{
border-color: #4AE620;
}
</style>