Shades of Harlequin #4AF426
Tints of Harlequin #4AF426
RGB
CMYK
RGB Variations
Color information
#4AF426 (or 0x4AF426) is known color: Harlequin. HEX triplet: 4A, F4 and 26. RGB value is (74,244,38). Sum of RGB (Red+Green+Blue) = 74+244+38=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 244 (95.70% from 255 or 68.54% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF426 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF426 is #B50BD9. Grayscale: #AAAAAA. Windows color (decimal): -11865050 or 2552906. OLE color: 2552906.
HSL color Cylindrical-coordinate representation of color #4AF426: hue angle of 109.51º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AF426 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 244 | 38 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.04 |
| HSL | 109.51º | 0.9% | 0.55% | - |
| HSV(B) | 109.51º | 0.84% | 0.96% | - |
| XYZ | 35.52 | 66.3 | 12.76 | - |
| YUV | 169.69 | 53.68 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 244 | 38 | 0.70 | 0 | 0.84 | 0.04 | 109.51 | 0.9 | 0.55 |
| Hex | 4A | F4 | 26 | 46 | 0 | 54 | 4 | 6E | 5A | 37 |
| Octal | 112 | 364 | 46 | 106 | 0 | 124 | 4 | 156 | 132 | 67 |
| Binary | 1001010 | 11110100 | 100110 | 1000110 | 0 | 1010100 | 100 | 1101110 | 1011010 | 110111 |
Color Harmonies of #4AF426
Complementary color
Monochromatic Colors of #4AF426
Black with #4AF426
Text Example
Text Example
White with #4AF426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF426; }
p { color: rgb(74,244,38); }
H1.HeaderClassName
{
color: #4AF426;
}
.AnyTagClassName
{
color: #4AF426;
}
</style>
background-color css
<style>
a { background-color: #4AF426; }
a { background-color: rgb(74,244,38); }
div.DivClassName
{
background-color: #4AF426;
}
.BgClassName
{
background-color: #4AF426;
}
</style>
border-color css
<style>
span { border-color: #4AF426; }
span { border-color: rgb(74,244,38); }
td.TdClassName
{
border-color: #4AF426;
}
.TagClassName
{
border-color: #4AF426;
}
</style>