Shades of Harlequin #4AFF21
Tints of Harlequin #4AFF21
RGB
CMYK
RGB Variations
Color information
#4AFF21 (or 0x4AFF21) is known color: Harlequin. HEX triplet: 4A, FF and 21. RGB value is (74,255,33). Sum of RGB (Red+Green+Blue) = 74+255+33=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFF21 is #B500DE. Grayscale: #B0B0B0. Windows color (decimal): -11862239 or 2228042. OLE color: 2228042.
HSL color Cylindrical-coordinate representation of color #4AFF21: hue angle of 108.92º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4AFF21 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 33 | - |
| CMYK | 0.71 | 0 | 0.87 | 0 |
| HSL | 108.92º | 1% | 0.56% | - |
| HSV(B) | 108.92º | 0.87% | 1% | - |
| XYZ | 38.86 | 73.09 | 13.5 | - |
| YUV | 175.57 | 47.53 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 33 | 0.71 | 0 | 0.87 | 0 | 108.92 | 1 | 0.56 |
| Hex | 4A | FF | 21 | 47 | 0 | 57 | 0 | 6D | 64 | 38 |
| Octal | 112 | 377 | 41 | 107 | 0 | 127 | 0 | 155 | 144 | 70 |
| Binary | 1001010 | 11111111 | 100001 | 1000111 | 0 | 1010111 | 0 | 1101101 | 1100100 | 111000 |
Color Harmonies of #4AFF21
Complementary color
Monochromatic Colors of #4AFF21
Black with #4AFF21
Text Example
Text Example
White with #4AFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFF21; }
p { color: rgb(74,255,33); }
H1.HeaderClassName
{
color: #4AFF21;
}
.AnyTagClassName
{
color: #4AFF21;
}
</style>
background-color css
<style>
a { background-color: #4AFF21; }
a { background-color: rgb(74,255,33); }
div.DivClassName
{
background-color: #4AFF21;
}
.BgClassName
{
background-color: #4AFF21;
}
</style>
border-color css
<style>
span { border-color: #4AFF21; }
span { border-color: rgb(74,255,33); }
td.TdClassName
{
border-color: #4AFF21;
}
.TagClassName
{
border-color: #4AFF21;
}
</style>