Shades of Harlequin #4AF724
Tints of Harlequin #4AF724
RGB
CMYK
RGB Variations
Color information
#4AF724 (or 0x4AF724) is known color: Harlequin. HEX triplet: 4A, F7 and 24. RGB value is (74,247,36). Sum of RGB (Red+Green+Blue) = 74+247+36=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 247 (96.88% from 255 or 69.19% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF724 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF724 is #B508DB. Grayscale: #ABABAB. Windows color (decimal): -11864284 or 2422602. OLE color: 2422602.
HSL color Cylindrical-coordinate representation of color #4AF724: hue angle of 109.19º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4AF724 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 36 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.03 |
| HSL | 109.19º | 0.93% | 0.55% | - |
| HSV(B) | 109.19º | 0.85% | 0.97% | - |
| XYZ | 36.4 | 68.1 | 12.9 | - |
| YUV | 171.22 | 51.69 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 36 | 0.70 | 0 | 0.85 | 0.03 | 109.19 | 0.93 | 0.55 |
| Hex | 4A | F7 | 24 | 46 | 0 | 55 | 3 | 6D | 5D | 37 |
| Octal | 112 | 367 | 44 | 106 | 0 | 125 | 3 | 155 | 135 | 67 |
| Binary | 1001010 | 11110111 | 100100 | 1000110 | 0 | 1010101 | 11 | 1101101 | 1011101 | 110111 |
Color Harmonies of #4AF724
Complementary color
Monochromatic Colors of #4AF724
Black with #4AF724
Text Example
Text Example
White with #4AF724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF724; }
p { color: rgb(74,247,36); }
H1.HeaderClassName
{
color: #4AF724;
}
.AnyTagClassName
{
color: #4AF724;
}
</style>
background-color css
<style>
a { background-color: #4AF724; }
a { background-color: rgb(74,247,36); }
div.DivClassName
{
background-color: #4AF724;
}
.BgClassName
{
background-color: #4AF724;
}
</style>
border-color css
<style>
span { border-color: #4AF724; }
span { border-color: rgb(74,247,36); }
td.TdClassName
{
border-color: #4AF724;
}
.TagClassName
{
border-color: #4AF724;
}
</style>