Shades of Harlequin #4AEE11
Tints of Harlequin #4AEE11
RGB
CMYK
RGB Variations
Color information
#4AEE11 (or 0x4AEE11) is known color: Harlequin. HEX triplet: 4A, EE and 11. RGB value is (74,238,17). Sum of RGB (Red+Green+Blue) = 74+238+17=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 238 (93.36% from 255 or 72.34% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEE11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEE11 is #B511EE. Grayscale: #A4A4A4. Windows color (decimal): -11866607 or 1175114. OLE color: 1175114.
HSL color Cylindrical-coordinate representation of color #4AEE11: hue angle of 104.52º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AEE11 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 238 | 17 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.07 |
| HSL | 104.52º | 0.87% | 0.5% | - |
| HSV(B) | 104.52º | 0.93% | 0.93% | - |
| XYZ | 33.5 | 62.65 | 10.86 | - |
| YUV | 163.77 | 45.17 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 238 | 17 | 0.69 | 0 | 0.93 | 0.07 | 104.52 | 0.87 | 0.5 |
| Hex | 4A | EE | 11 | 45 | 0 | 5D | 7 | 69 | 57 | 32 |
| Octal | 112 | 356 | 21 | 105 | 0 | 135 | 7 | 151 | 127 | 62 |
| Binary | 1001010 | 11101110 | 10001 | 1000101 | 0 | 1011101 | 111 | 1101001 | 1010111 | 110010 |
Color Harmonies of #4AEE11
Complementary color
Monochromatic Colors of #4AEE11
Black with #4AEE11
Text Example
Text Example
White with #4AEE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEE11; }
p { color: rgb(74,238,17); }
H1.HeaderClassName
{
color: #4AEE11;
}
.AnyTagClassName
{
color: #4AEE11;
}
</style>
background-color css
<style>
a { background-color: #4AEE11; }
a { background-color: rgb(74,238,17); }
div.DivClassName
{
background-color: #4AEE11;
}
.BgClassName
{
background-color: #4AEE11;
}
</style>
border-color css
<style>
span { border-color: #4AEE11; }
span { border-color: rgb(74,238,17); }
td.TdClassName
{
border-color: #4AEE11;
}
.TagClassName
{
border-color: #4AEE11;
}
</style>