Shades of Harlequin #4AF224
Tints of Harlequin #4AF224
RGB
CMYK
RGB Variations
Color information
#4AF224 (or 0x4AF224) is known color: Harlequin. HEX triplet: 4A, F2 and 24. RGB value is (74,242,36). Sum of RGB (Red+Green+Blue) = 74+242+36=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF224 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF224 is #B50DDB. Grayscale: #A8A8A8. Windows color (decimal): -11865564 or 2421322. OLE color: 2421322.
HSL color Cylindrical-coordinate representation of color #4AF224: hue angle of 108.93º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4AF224 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 36 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.05 |
| HSL | 108.93º | 0.89% | 0.55% | - |
| HSV(B) | 108.93º | 0.85% | 0.95% | - |
| XYZ | 34.89 | 65.09 | 12.39 | - |
| YUV | 168.28 | 53.34 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 36 | 0.69 | 0 | 0.85 | 0.05 | 108.93 | 0.89 | 0.55 |
| Hex | 4A | F2 | 24 | 45 | 0 | 55 | 5 | 6D | 59 | 37 |
| Octal | 112 | 362 | 44 | 105 | 0 | 125 | 5 | 155 | 131 | 67 |
| Binary | 1001010 | 11110010 | 100100 | 1000101 | 0 | 1010101 | 101 | 1101101 | 1011001 | 110111 |
Color Harmonies of #4AF224
Complementary color
Monochromatic Colors of #4AF224
Black with #4AF224
Text Example
Text Example
White with #4AF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF224; }
p { color: rgb(74,242,36); }
H1.HeaderClassName
{
color: #4AF224;
}
.AnyTagClassName
{
color: #4AF224;
}
</style>
background-color css
<style>
a { background-color: #4AF224; }
a { background-color: rgb(74,242,36); }
div.DivClassName
{
background-color: #4AF224;
}
.BgClassName
{
background-color: #4AF224;
}
</style>
border-color css
<style>
span { border-color: #4AF224; }
span { border-color: rgb(74,242,36); }
td.TdClassName
{
border-color: #4AF224;
}
.TagClassName
{
border-color: #4AF224;
}
</style>