Shades of Harlequin #4AEE21
Tints of Harlequin #4AEE21
RGB
CMYK
RGB Variations
Color information
#4AEE21 (or 0x4AEE21) is known color: Harlequin. HEX triplet: 4A, EE and 21. RGB value is (74,238,33). Sum of RGB (Red+Green+Blue) = 74+238+33=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 238 (93.36% from 255 or 68.99% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEE21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEE21 is #B511DE. Grayscale: #A6A6A6. Windows color (decimal): -11866591 or 2223690. OLE color: 2223690.
HSL color Cylindrical-coordinate representation of color #4AEE21: hue angle of 108º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AEE21 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 238 | 33 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.07 |
| HSL | 108º | 0.86% | 0.53% | - |
| HSV(B) | 108º | 0.86% | 0.93% | - |
| XYZ | 33.67 | 62.71 | 11.77 | - |
| YUV | 165.59 | 53.17 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 238 | 33 | 0.69 | 0 | 0.86 | 0.07 | 108 | 0.86 | 0.53 |
| Hex | 4A | EE | 21 | 45 | 0 | 56 | 7 | 6C | 56 | 35 |
| Octal | 112 | 356 | 41 | 105 | 0 | 126 | 7 | 154 | 126 | 65 |
| Binary | 1001010 | 11101110 | 100001 | 1000101 | 0 | 1010110 | 111 | 1101100 | 1010110 | 110101 |
Color Harmonies of #4AEE21
Complementary color
Monochromatic Colors of #4AEE21
Black with #4AEE21
Text Example
Text Example
White with #4AEE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEE21; }
p { color: rgb(74,238,33); }
H1.HeaderClassName
{
color: #4AEE21;
}
.AnyTagClassName
{
color: #4AEE21;
}
</style>
background-color css
<style>
a { background-color: #4AEE21; }
a { background-color: rgb(74,238,33); }
div.DivClassName
{
background-color: #4AEE21;
}
.BgClassName
{
background-color: #4AEE21;
}
</style>
border-color css
<style>
span { border-color: #4AEE21; }
span { border-color: rgb(74,238,33); }
td.TdClassName
{
border-color: #4AEE21;
}
.TagClassName
{
border-color: #4AEE21;
}
</style>