Shades of Harlequin #4AEF17
Tints of Harlequin #4AEF17
RGB
CMYK
RGB Variations
Color information
#4AEF17 (or 0x4AEF17) is known color: Harlequin. HEX triplet: 4A, EF and 17. RGB value is (74,239,23). Sum of RGB (Red+Green+Blue) = 74+239+23=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 239 (93.75% from 255 or 71.13% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEF17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEF17 is #B510E8. Grayscale: #A5A5A5. Windows color (decimal): -11866345 or 1568586. OLE color: 1568586.
HSL color Cylindrical-coordinate representation of color #4AEF17: hue angle of 105.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AEF17 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 239 | 23 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.06 |
| HSL | 105.83º | 0.87% | 0.51% | - |
| HSV(B) | 105.83º | 0.9% | 0.94% | - |
| XYZ | 33.85 | 63.25 | 11.24 | - |
| YUV | 165.04 | 47.84 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 239 | 23 | 0.69 | 0 | 0.90 | 0.06 | 105.83 | 0.87 | 0.51 |
| Hex | 4A | EF | 17 | 45 | 0 | 5A | 6 | 6A | 57 | 33 |
| Octal | 112 | 357 | 27 | 105 | 0 | 132 | 6 | 152 | 127 | 63 |
| Binary | 1001010 | 11101111 | 10111 | 1000101 | 0 | 1011010 | 110 | 1101010 | 1010111 | 110011 |
Color Harmonies of #4AEF17
Complementary color
Monochromatic Colors of #4AEF17
Black with #4AEF17
Text Example
Text Example
White with #4AEF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEF17; }
p { color: rgb(74,239,23); }
H1.HeaderClassName
{
color: #4AEF17;
}
.AnyTagClassName
{
color: #4AEF17;
}
</style>
background-color css
<style>
a { background-color: #4AEF17; }
a { background-color: rgb(74,239,23); }
div.DivClassName
{
background-color: #4AEF17;
}
.BgClassName
{
background-color: #4AEF17;
}
</style>
border-color css
<style>
span { border-color: #4AEF17; }
span { border-color: rgb(74,239,23); }
td.TdClassName
{
border-color: #4AEF17;
}
.TagClassName
{
border-color: #4AEF17;
}
</style>