Shades of Harlequin #4AE514
Tints of Harlequin #4AE514
RGB
CMYK
RGB Variations
Color information
#4AE514 (or 0x4AE514) is known color: Harlequin. HEX triplet: 4A, E5 and 14. RGB value is (74,229,20). Sum of RGB (Red+Green+Blue) = 74+229+20=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 229 (89.84% from 255 or 70.90% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE514 is #B51AEB. Grayscale: #9F9F9F. Windows color (decimal): -11868908 or 1369418. OLE color: 1369418.
HSL color Cylindrical-coordinate representation of color #4AE514: hue angle of 104.5º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AE514 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 229 | 20 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.10 |
| HSL | 104.5º | 0.84% | 0.49% | - |
| HSV(B) | 104.5º | 0.91% | 0.9% | - |
| XYZ | 30.97 | 57.54 | 10.14 | - |
| YUV | 158.83 | 49.65 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 229 | 20 | 0.68 | 0 | 0.91 | 0.10 | 104.5 | 0.84 | 0.49 |
| Hex | 4A | E5 | 14 | 44 | 0 | 5B | A | 68 | 54 | 31 |
| Octal | 112 | 345 | 24 | 104 | 0 | 133 | 12 | 150 | 124 | 61 |
| Binary | 1001010 | 11100101 | 10100 | 1000100 | 0 | 1011011 | 1010 | 1101000 | 1010100 | 110001 |
Color Harmonies of #4AE514
Complementary color
Monochromatic Colors of #4AE514
Black with #4AE514
Text Example
Text Example
White with #4AE514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE514; }
p { color: rgb(74,229,20); }
H1.HeaderClassName
{
color: #4AE514;
}
.AnyTagClassName
{
color: #4AE514;
}
</style>
background-color css
<style>
a { background-color: #4AE514; }
a { background-color: rgb(74,229,20); }
div.DivClassName
{
background-color: #4AE514;
}
.BgClassName
{
background-color: #4AE514;
}
</style>
border-color css
<style>
span { border-color: #4AE514; }
span { border-color: rgb(74,229,20); }
td.TdClassName
{
border-color: #4AE514;
}
.TagClassName
{
border-color: #4AE514;
}
</style>