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