Shades of Harlequin #4AE502
Tints of Harlequin #4AE502
RGB
CMYK
RGB Variations
Color information
#4AE502 (or 0x4AE502) is known color: Harlequin. HEX triplet: 4A, E5 and 02. RGB value is (74,229,2). Sum of RGB (Red+Green+Blue) = 74+229+2=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 229 (89.84% from 255 or 75.08% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE502 is #B51AFD. Grayscale: #9D9D9D. Windows color (decimal): -11868926 or 189770. OLE color: 189770.
HSL color Cylindrical-coordinate representation of color #4AE502: hue angle of 100.97º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4AE502 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 229 | 2 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.10 |
| HSL | 100.97º | 0.98% | 0.45% | - |
| HSV(B) | 100.97º | 0.99% | 0.9% | - |
| XYZ | 30.85 | 57.5 | 9.53 | - |
| YUV | 156.78 | 40.65 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 229 | 2 | 0.68 | 0 | 0.99 | 0.10 | 100.97 | 0.98 | 0.45 |
| Hex | 4A | E5 | 2 | 44 | 0 | 63 | A | 65 | 62 | 2D |
| Octal | 112 | 345 | 2 | 104 | 0 | 143 | 12 | 145 | 142 | 55 |
| Binary | 1001010 | 11100101 | 10 | 1000100 | 0 | 1100011 | 1010 | 1100101 | 1100010 | 101101 |
Color Harmonies of #4AE502
Complementary color
Monochromatic Colors of #4AE502
Black with #4AE502
Text Example
Text Example
White with #4AE502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE502; }
p { color: rgb(74,229,2); }
H1.HeaderClassName
{
color: #4AE502;
}
.AnyTagClassName
{
color: #4AE502;
}
</style>
background-color css
<style>
a { background-color: #4AE502; }
a { background-color: rgb(74,229,2); }
div.DivClassName
{
background-color: #4AE502;
}
.BgClassName
{
background-color: #4AE502;
}
</style>
border-color css
<style>
span { border-color: #4AE502; }
span { border-color: rgb(74,229,2); }
td.TdClassName
{
border-color: #4AE502;
}
.TagClassName
{
border-color: #4AE502;
}
</style>