Shades of Harlequin #4AF325
Tints of Harlequin #4AF325
RGB
CMYK
RGB Variations
Color information
#4AF325 (or 0x4AF325) is known color: Harlequin. HEX triplet: 4A, F3 and 25. RGB value is (74,243,37). Sum of RGB (Red+Green+Blue) = 74+243+37=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 243 (95.31% from 255 or 68.64% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF325 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF325 is #B50CDA. Grayscale: #A9A9A9. Windows color (decimal): -11865307 or 2487114. OLE color: 2487114.
HSL color Cylindrical-coordinate representation of color #4AF325: hue angle of 109.22º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4AF325 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 37 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.05 |
| HSL | 109.22º | 0.9% | 0.55% | - |
| HSV(B) | 109.22º | 0.85% | 0.95% | - |
| XYZ | 35.21 | 65.69 | 12.57 | - |
| YUV | 168.99 | 53.51 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 37 | 0.70 | 0 | 0.85 | 0.05 | 109.22 | 0.9 | 0.55 |
| Hex | 4A | F3 | 25 | 46 | 0 | 55 | 5 | 6D | 5A | 37 |
| Octal | 112 | 363 | 45 | 106 | 0 | 125 | 5 | 155 | 132 | 67 |
| Binary | 1001010 | 11110011 | 100101 | 1000110 | 0 | 1010101 | 101 | 1101101 | 1011010 | 110111 |
Color Harmonies of #4AF325
Complementary color
Monochromatic Colors of #4AF325
Black with #4AF325
Text Example
Text Example
White with #4AF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF325; }
p { color: rgb(74,243,37); }
H1.HeaderClassName
{
color: #4AF325;
}
.AnyTagClassName
{
color: #4AF325;
}
</style>
background-color css
<style>
a { background-color: #4AF325; }
a { background-color: rgb(74,243,37); }
div.DivClassName
{
background-color: #4AF325;
}
.BgClassName
{
background-color: #4AF325;
}
</style>
border-color css
<style>
span { border-color: #4AF325; }
span { border-color: rgb(74,243,37); }
td.TdClassName
{
border-color: #4AF325;
}
.TagClassName
{
border-color: #4AF325;
}
</style>