Shades of Harlequin #4AF524
Tints of Harlequin #4AF524
RGB
CMYK
RGB Variations
Color information
#4AF524 (or 0x4AF524) is known color: Harlequin. HEX triplet: 4A, F5 and 24. RGB value is (74,245,36). Sum of RGB (Red+Green+Blue) = 74+245+36=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 245 (96.09% from 255 or 69.01% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 245 - color contains mainly: green. Hex color #4AF524 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF524 is #B50ADB. Grayscale: #AAAAAA. Windows color (decimal): -11864796 or 2422090. OLE color: 2422090.
HSL color Cylindrical-coordinate representation of color #4AF524: hue angle of 109.09º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4AF524 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 245 | 36 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.04 |
| HSL | 109.09º | 0.91% | 0.55% | - |
| HSV(B) | 109.09º | 0.85% | 0.96% | - |
| XYZ | 35.79 | 66.89 | 12.69 | - |
| YUV | 170.05 | 52.35 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 245 | 36 | 0.70 | 0 | 0.85 | 0.04 | 109.09 | 0.91 | 0.55 |
| Hex | 4A | F5 | 24 | 46 | 0 | 55 | 4 | 6D | 5B | 37 |
| Octal | 112 | 365 | 44 | 106 | 0 | 125 | 4 | 155 | 133 | 67 |
| Binary | 1001010 | 11110101 | 100100 | 1000110 | 0 | 1010101 | 100 | 1101101 | 1011011 | 110111 |
Color Harmonies of #4AF524
Complementary color
Monochromatic Colors of #4AF524
Black with #4AF524
Text Example
Text Example
White with #4AF524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF524; }
p { color: rgb(74,245,36); }
H1.HeaderClassName
{
color: #4AF524;
}
.AnyTagClassName
{
color: #4AF524;
}
</style>
background-color css
<style>
a { background-color: #4AF524; }
a { background-color: rgb(74,245,36); }
div.DivClassName
{
background-color: #4AF524;
}
.BgClassName
{
background-color: #4AF524;
}
</style>
border-color css
<style>
span { border-color: #4AF524; }
span { border-color: rgb(74,245,36); }
td.TdClassName
{
border-color: #4AF524;
}
.TagClassName
{
border-color: #4AF524;
}
</style>