Shades of Harlequin #4AF015
Tints of Harlequin #4AF015
RGB
CMYK
RGB Variations
Color information
#4AF015 (or 0x4AF015) is known color: Harlequin. HEX triplet: 4A, F0 and 15. RGB value is (74,240,21). Sum of RGB (Red+Green+Blue) = 74+240+21=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 240 (94.14% from 255 or 71.64% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF015 is #B50FEA. Grayscale: #A6A6A6. Windows color (decimal): -11866091 or 1437770. OLE color: 1437770.
HSL color Cylindrical-coordinate representation of color #4AF015: hue angle of 105.48º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AF015 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 21 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.06 |
| HSL | 105.48º | 0.88% | 0.51% | - |
| HSV(B) | 105.48º | 0.91% | 0.94% | - |
| XYZ | 34.12 | 63.83 | 11.23 | - |
| YUV | 165.4 | 46.5 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 21 | 0.69 | 0 | 0.91 | 0.06 | 105.48 | 0.88 | 0.51 |
| Hex | 4A | F0 | 15 | 45 | 0 | 5B | 6 | 69 | 58 | 33 |
| Octal | 112 | 360 | 25 | 105 | 0 | 133 | 6 | 151 | 130 | 63 |
| Binary | 1001010 | 11110000 | 10101 | 1000101 | 0 | 1011011 | 110 | 1101001 | 1011000 | 110011 |
Color Harmonies of #4AF015
Complementary color
Monochromatic Colors of #4AF015
Black with #4AF015
Text Example
Text Example
White with #4AF015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF015; }
p { color: rgb(74,240,21); }
H1.HeaderClassName
{
color: #4AF015;
}
.AnyTagClassName
{
color: #4AF015;
}
</style>
background-color css
<style>
a { background-color: #4AF015; }
a { background-color: rgb(74,240,21); }
div.DivClassName
{
background-color: #4AF015;
}
.BgClassName
{
background-color: #4AF015;
}
</style>
border-color css
<style>
span { border-color: #4AF015; }
span { border-color: rgb(74,240,21); }
td.TdClassName
{
border-color: #4AF015;
}
.TagClassName
{
border-color: #4AF015;
}
</style>