Shades of Harlequin #4AF427
Tints of Harlequin #4AF427
RGB
CMYK
RGB Variations
Color information
#4AF427 (or 0x4AF427) is known color: Harlequin. HEX triplet: 4A, F4 and 27. RGB value is (74,244,39). Sum of RGB (Red+Green+Blue) = 74+244+39=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 244 (95.70% from 255 or 68.35% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF427 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF427 is #B50BD8. Grayscale: #AAAAAA. Windows color (decimal): -11865049 or 2618442. OLE color: 2618442.
HSL color Cylindrical-coordinate representation of color #4AF427: hue angle of 109.76º 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 #4AF427 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 244 | 39 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.04 |
| HSL | 109.76º | 0.9% | 0.55% | - |
| HSV(B) | 109.76º | 0.84% | 0.96% | - |
| XYZ | 35.54 | 66.3 | 12.84 | - |
| YUV | 169.8 | 54.18 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 244 | 39 | 0.70 | 0 | 0.84 | 0.04 | 109.76 | 0.9 | 0.55 |
| Hex | 4A | F4 | 27 | 46 | 0 | 54 | 4 | 6E | 5A | 37 |
| Octal | 112 | 364 | 47 | 106 | 0 | 124 | 4 | 156 | 132 | 67 |
| Binary | 1001010 | 11110100 | 100111 | 1000110 | 0 | 1010100 | 100 | 1101110 | 1011010 | 110111 |
Color Harmonies of #4AF427
Complementary color
Monochromatic Colors of #4AF427
Black with #4AF427
Text Example
Text Example
White with #4AF427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF427; }
p { color: rgb(74,244,39); }
H1.HeaderClassName
{
color: #4AF427;
}
.AnyTagClassName
{
color: #4AF427;
}
</style>
background-color css
<style>
a { background-color: #4AF427; }
a { background-color: rgb(74,244,39); }
div.DivClassName
{
background-color: #4AF427;
}
.BgClassName
{
background-color: #4AF427;
}
</style>
border-color css
<style>
span { border-color: #4AF427; }
span { border-color: rgb(74,244,39); }
td.TdClassName
{
border-color: #4AF427;
}
.TagClassName
{
border-color: #4AF427;
}
</style>