Shades of Harlequin #4AE517
Tints of Harlequin #4AE517
RGB
CMYK
RGB Variations
Color information
#4AE517 (or 0x4AE517) is known color: Harlequin. HEX triplet: 4A, E5 and 17. RGB value is (74,229,23). Sum of RGB (Red+Green+Blue) = 74+229+23=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 229 (89.84% from 255 or 70.25% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE517 is #B51AE8. Grayscale: #9F9F9F. Windows color (decimal): -11868905 or 1566026. OLE color: 1566026.
HSL color Cylindrical-coordinate representation of color #4AE517: hue angle of 105.15º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AE517 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 229 | 23 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.10 |
| HSL | 105.15º | 0.82% | 0.49% | - |
| HSV(B) | 105.15º | 0.9% | 0.9% | - |
| XYZ | 31 | 57.56 | 10.29 | - |
| YUV | 159.17 | 51.15 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 229 | 23 | 0.68 | 0 | 0.90 | 0.10 | 105.15 | 0.82 | 0.49 |
| Hex | 4A | E5 | 17 | 44 | 0 | 5A | A | 69 | 52 | 31 |
| Octal | 112 | 345 | 27 | 104 | 0 | 132 | 12 | 151 | 122 | 61 |
| Binary | 1001010 | 11100101 | 10111 | 1000100 | 0 | 1011010 | 1010 | 1101001 | 1010010 | 110001 |
Color Harmonies of #4AE517
Complementary color
Monochromatic Colors of #4AE517
Black with #4AE517
Text Example
Text Example
White with #4AE517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE517; }
p { color: rgb(74,229,23); }
H1.HeaderClassName
{
color: #4AE517;
}
.AnyTagClassName
{
color: #4AE517;
}
</style>
background-color css
<style>
a { background-color: #4AE517; }
a { background-color: rgb(74,229,23); }
div.DivClassName
{
background-color: #4AE517;
}
.BgClassName
{
background-color: #4AE517;
}
</style>
border-color css
<style>
span { border-color: #4AE517; }
span { border-color: rgb(74,229,23); }
td.TdClassName
{
border-color: #4AE517;
}
.TagClassName
{
border-color: #4AE517;
}
</style>