Shades of Harlequin #4AF225
Tints of Harlequin #4AF225
RGB
CMYK
RGB Variations
Color information
#4AF225 (or 0x4AF225) is known color: Harlequin. HEX triplet: 4A, F2 and 25. RGB value is (74,242,37). Sum of RGB (Red+Green+Blue) = 74+242+37=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF225 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF225 is #B50DDA. Grayscale: #A9A9A9. Windows color (decimal): -11865563 or 2486858. OLE color: 2486858.
HSL color Cylindrical-coordinate representation of color #4AF225: hue angle of 109.17º degrees, saturation: 0.89, 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 #4AF225 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 37 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.05 |
| HSL | 109.17º | 0.89% | 0.55% | - |
| HSV(B) | 109.17º | 0.85% | 0.95% | - |
| XYZ | 34.91 | 65.09 | 12.47 | - |
| YUV | 168.4 | 53.84 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 37 | 0.69 | 0 | 0.85 | 0.05 | 109.17 | 0.89 | 0.55 |
| Hex | 4A | F2 | 25 | 45 | 0 | 55 | 5 | 6D | 59 | 37 |
| Octal | 112 | 362 | 45 | 105 | 0 | 125 | 5 | 155 | 131 | 67 |
| Binary | 1001010 | 11110010 | 100101 | 1000101 | 0 | 1010101 | 101 | 1101101 | 1011001 | 110111 |
Color Harmonies of #4AF225
Complementary color
Monochromatic Colors of #4AF225
Black with #4AF225
Text Example
Text Example
White with #4AF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF225; }
p { color: rgb(74,242,37); }
H1.HeaderClassName
{
color: #4AF225;
}
.AnyTagClassName
{
color: #4AF225;
}
</style>
background-color css
<style>
a { background-color: #4AF225; }
a { background-color: rgb(74,242,37); }
div.DivClassName
{
background-color: #4AF225;
}
.BgClassName
{
background-color: #4AF225;
}
</style>
border-color css
<style>
span { border-color: #4AF225; }
span { border-color: rgb(74,242,37); }
td.TdClassName
{
border-color: #4AF225;
}
.TagClassName
{
border-color: #4AF225;
}
</style>