Shades of Harlequin #4AF410
Tints of Harlequin #4AF410
RGB
CMYK
RGB Variations
Color information
#4AF410 (or 0x4AF410) is known color: Harlequin. HEX triplet: 4A, F4 and 10. RGB value is (74,244,16). Sum of RGB (Red+Green+Blue) = 74+244+16=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 244 (95.70% from 255 or 73.05% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF410 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF410 is #B50BEF. Grayscale: #A7A7A7. Windows color (decimal): -11865072 or 1111114. OLE color: 1111114.
HSL color Cylindrical-coordinate representation of color #4AF410: hue angle of 104.74º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AF410 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 244 | 16 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.04 |
| HSL | 104.74º | 0.91% | 0.51% | - |
| HSV(B) | 104.74º | 0.93% | 0.96% | - |
| XYZ | 35.27 | 66.19 | 11.41 | - |
| YUV | 167.18 | 42.68 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 244 | 16 | 0.70 | 0 | 0.93 | 0.04 | 104.74 | 0.91 | 0.51 |
| Hex | 4A | F4 | 10 | 46 | 0 | 5D | 4 | 69 | 5B | 33 |
| Octal | 112 | 364 | 20 | 106 | 0 | 135 | 4 | 151 | 133 | 63 |
| Binary | 1001010 | 11110100 | 10000 | 1000110 | 0 | 1011101 | 100 | 1101001 | 1011011 | 110011 |
Color Harmonies of #4AF410
Complementary color
Monochromatic Colors of #4AF410
Black with #4AF410
Text Example
Text Example
White with #4AF410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF410; }
p { color: rgb(74,244,16); }
H1.HeaderClassName
{
color: #4AF410;
}
.AnyTagClassName
{
color: #4AF410;
}
</style>
background-color css
<style>
a { background-color: #4AF410; }
a { background-color: rgb(74,244,16); }
div.DivClassName
{
background-color: #4AF410;
}
.BgClassName
{
background-color: #4AF410;
}
</style>
border-color css
<style>
span { border-color: #4AF410; }
span { border-color: rgb(74,244,16); }
td.TdClassName
{
border-color: #4AF410;
}
.TagClassName
{
border-color: #4AF410;
}
</style>