Shades of Harlequin #4AF525
Tints of Harlequin #4AF525
RGB
CMYK
RGB Variations
Color information
#4AF525 (or 0x4AF525) is known color: Harlequin. HEX triplet: 4A, F5 and 25. RGB value is (74,245,37). Sum of RGB (Red+Green+Blue) = 74+245+37=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 245 (96.09% from 255 or 68.82% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 245 - color contains mainly: green. Hex color #4AF525 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF525 is #B50ADA. Grayscale: #AAAAAA. Windows color (decimal): -11864795 or 2487626. OLE color: 2487626.
HSL color Cylindrical-coordinate representation of color #4AF525: hue angle of 109.33º 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 #4AF525 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 245 | 37 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.04 |
| HSL | 109.33º | 0.91% | 0.55% | - |
| HSV(B) | 109.33º | 0.85% | 0.96% | - |
| XYZ | 35.81 | 66.89 | 12.77 | - |
| YUV | 170.16 | 52.85 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 245 | 37 | 0.70 | 0 | 0.85 | 0.04 | 109.33 | 0.91 | 0.55 |
| Hex | 4A | F5 | 25 | 46 | 0 | 55 | 4 | 6D | 5B | 37 |
| Octal | 112 | 365 | 45 | 106 | 0 | 125 | 4 | 155 | 133 | 67 |
| Binary | 1001010 | 11110101 | 100101 | 1000110 | 0 | 1010101 | 100 | 1101101 | 1011011 | 110111 |
Color Harmonies of #4AF525
Complementary color
Monochromatic Colors of #4AF525
Black with #4AF525
Text Example
Text Example
White with #4AF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF525; }
p { color: rgb(74,245,37); }
H1.HeaderClassName
{
color: #4AF525;
}
.AnyTagClassName
{
color: #4AF525;
}
</style>
background-color css
<style>
a { background-color: #4AF525; }
a { background-color: rgb(74,245,37); }
div.DivClassName
{
background-color: #4AF525;
}
.BgClassName
{
background-color: #4AF525;
}
</style>
border-color css
<style>
span { border-color: #4AF525; }
span { border-color: rgb(74,245,37); }
td.TdClassName
{
border-color: #4AF525;
}
.TagClassName
{
border-color: #4AF525;
}
</style>