Shades of Harlequin #4AE000
Tints of Harlequin #4AE000
RGB
CMYK
RGB Variations
Color information
#4AE000 (or 0x4AE000) is known color: Harlequin. HEX triplet: 4A, E0 and 00. RGB value is (74,224,0). Sum of RGB (Red+Green+Blue) = 74+224+0=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 224 (87.89% from 255 or 75.17% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE000 is #B51FFF. Grayscale: #9A9A9A. Windows color (decimal): -11870208 or 57418. OLE color: 57418.
HSL color Cylindrical-coordinate representation of color #4AE000: hue angle of 100.18º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AE000 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.12 |
| HSL | 100.18º | 1% | 0.44% | - |
| HSV(B) | 100.18º | 1% | 0.88% | - |
| XYZ | 29.48 | 54.77 | 9.02 | - |
| YUV | 153.61 | 41.31 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 0 | 0.67 | 0 | 1 | 0.12 | 100.18 | 1 | 0.44 |
| Hex | 4A | E0 | 0 | 43 | 0 | 64 | C | 64 | 64 | 2C |
| Octal | 112 | 340 | 0 | 103 | 0 | 144 | 14 | 144 | 144 | 54 |
| Binary | 1001010 | 11100000 | 0 | 1000011 | 0 | 1100100 | 1100 | 1100100 | 1100100 | 101100 |
Color Harmonies of #4AE000
Complementary color
Monochromatic Colors of #4AE000
Black with #4AE000
Text Example
Text Example
White with #4AE000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE000; }
p { color: rgb(74,224,0); }
H1.HeaderClassName
{
color: #4AE000;
}
.AnyTagClassName
{
color: #4AE000;
}
</style>
background-color css
<style>
a { background-color: #4AE000; }
a { background-color: rgb(74,224,0); }
div.DivClassName
{
background-color: #4AE000;
}
.BgClassName
{
background-color: #4AE000;
}
</style>
border-color css
<style>
span { border-color: #4AE000; }
span { border-color: rgb(74,224,0); }
td.TdClassName
{
border-color: #4AE000;
}
.TagClassName
{
border-color: #4AE000;
}
</style>