Shades of Harlequin #4AE813
Tints of Harlequin #4AE813
RGB
CMYK
RGB Variations
Color information
#4AE813 (or 0x4AE813) is known color: Harlequin. HEX triplet: 4A, E8 and 13. RGB value is (74,232,19). Sum of RGB (Red+Green+Blue) = 74+232+19=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 232 (91.02% from 255 or 71.38% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 232 - color contains mainly: green. Hex color #4AE813 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AE813 is #B517EC. Grayscale: #A1A1A1. Windows color (decimal): -11868141 or 1304650. OLE color: 1304650.
HSL color Cylindrical-coordinate representation of color #4AE813: hue angle of 104.51º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AE813 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 232 | 19 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.09 |
| HSL | 104.51º | 0.85% | 0.49% | - |
| HSV(B) | 104.51º | 0.92% | 0.91% | - |
| XYZ | 31.8 | 59.22 | 10.37 | - |
| YUV | 160.48 | 48.15 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 232 | 19 | 0.68 | 0 | 0.92 | 0.09 | 104.51 | 0.85 | 0.49 |
| Hex | 4A | E8 | 13 | 44 | 0 | 5C | 9 | 69 | 55 | 31 |
| Octal | 112 | 350 | 23 | 104 | 0 | 134 | 11 | 151 | 125 | 61 |
| Binary | 1001010 | 11101000 | 10011 | 1000100 | 0 | 1011100 | 1001 | 1101001 | 1010101 | 110001 |
Color Harmonies of #4AE813
Complementary color
Monochromatic Colors of #4AE813
Black with #4AE813
Text Example
Text Example
White with #4AE813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE813; }
p { color: rgb(74,232,19); }
H1.HeaderClassName
{
color: #4AE813;
}
.AnyTagClassName
{
color: #4AE813;
}
</style>
background-color css
<style>
a { background-color: #4AE813; }
a { background-color: rgb(74,232,19); }
div.DivClassName
{
background-color: #4AE813;
}
.BgClassName
{
background-color: #4AE813;
}
</style>
border-color css
<style>
span { border-color: #4AE813; }
span { border-color: rgb(74,232,19); }
td.TdClassName
{
border-color: #4AE813;
}
.TagClassName
{
border-color: #4AE813;
}
</style>