Shades of Harlequin #4AE010
Tints of Harlequin #4AE010
RGB
CMYK
RGB Variations
Color information
#4AE010 (or 0x4AE010) is known color: Harlequin. HEX triplet: 4A, E0 and 10. RGB value is (74,224,16). Sum of RGB (Red+Green+Blue) = 74+224+16=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 224 (87.89% from 255 or 71.34% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE010 is #B51FEF. Grayscale: #9C9C9C. Windows color (decimal): -11870192 or 1105994. OLE color: 1105994.
HSL color Cylindrical-coordinate representation of color #4AE010: hue angle of 103.27º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AE010 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 16 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.12 |
| HSL | 103.27º | 0.87% | 0.47% | - |
| HSV(B) | 103.27º | 0.93% | 0.88% | - |
| XYZ | 29.57 | 54.8 | 9.51 | - |
| YUV | 155.44 | 49.31 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 16 | 0.67 | 0 | 0.93 | 0.12 | 103.27 | 0.87 | 0.47 |
| Hex | 4A | E0 | 10 | 43 | 0 | 5D | C | 67 | 57 | 2F |
| Octal | 112 | 340 | 20 | 103 | 0 | 135 | 14 | 147 | 127 | 57 |
| Binary | 1001010 | 11100000 | 10000 | 1000011 | 0 | 1011101 | 1100 | 1100111 | 1010111 | 101111 |
Color Harmonies of #4AE010
Complementary color
Monochromatic Colors of #4AE010
Black with #4AE010
Text Example
Text Example
White with #4AE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE010; }
p { color: rgb(74,224,16); }
H1.HeaderClassName
{
color: #4AE010;
}
.AnyTagClassName
{
color: #4AE010;
}
</style>
background-color css
<style>
a { background-color: #4AE010; }
a { background-color: rgb(74,224,16); }
div.DivClassName
{
background-color: #4AE010;
}
.BgClassName
{
background-color: #4AE010;
}
</style>
border-color css
<style>
span { border-color: #4AE010; }
span { border-color: rgb(74,224,16); }
td.TdClassName
{
border-color: #4AE010;
}
.TagClassName
{
border-color: #4AE010;
}
</style>