Shades of Harlequin #4AF024
Tints of Harlequin #4AF024
RGB
CMYK
RGB Variations
Color information
#4AF024 (or 0x4AF024) is known color: Harlequin. HEX triplet: 4A, F0 and 24. RGB value is (74,240,36). Sum of RGB (Red+Green+Blue) = 74+240+36=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 240 (94.14% from 255 or 68.57% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF024 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF024 is #B50FDB. Grayscale: #A7A7A7. Windows color (decimal): -11866076 or 2420810. OLE color: 2420810.
HSL color Cylindrical-coordinate representation of color #4AF024: hue angle of 108.82º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4AF024 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 36 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.06 |
| HSL | 108.82º | 0.87% | 0.54% | - |
| HSV(B) | 108.82º | 0.85% | 0.94% | - |
| XYZ | 34.3 | 63.9 | 12.2 | - |
| YUV | 167.11 | 54 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 36 | 0.69 | 0 | 0.85 | 0.06 | 108.82 | 0.87 | 0.54 |
| Hex | 4A | F0 | 24 | 45 | 0 | 55 | 6 | 6D | 57 | 36 |
| Octal | 112 | 360 | 44 | 105 | 0 | 125 | 6 | 155 | 127 | 66 |
| Binary | 1001010 | 11110000 | 100100 | 1000101 | 0 | 1010101 | 110 | 1101101 | 1010111 | 110110 |
Color Harmonies of #4AF024
Complementary color
Monochromatic Colors of #4AF024
Black with #4AF024
Text Example
Text Example
White with #4AF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF024; }
p { color: rgb(74,240,36); }
H1.HeaderClassName
{
color: #4AF024;
}
.AnyTagClassName
{
color: #4AF024;
}
</style>
background-color css
<style>
a { background-color: #4AF024; }
a { background-color: rgb(74,240,36); }
div.DivClassName
{
background-color: #4AF024;
}
.BgClassName
{
background-color: #4AF024;
}
</style>
border-color css
<style>
span { border-color: #4AF024; }
span { border-color: rgb(74,240,36); }
td.TdClassName
{
border-color: #4AF024;
}
.TagClassName
{
border-color: #4AF024;
}
</style>