Shades of Harlequin #4AF128
Tints of Harlequin #4AF128
RGB
CMYK
RGB Variations
Color information
#4AF128 (or 0x4AF128) is known color: Harlequin. HEX triplet: 4A, F1 and 28. RGB value is (74,241,40). Sum of RGB (Red+Green+Blue) = 74+241+40=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF128 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF128 is #B50ED7. Grayscale: #A8A8A8. Windows color (decimal): -11865816 or 2683210. OLE color: 2683210.
HSL color Cylindrical-coordinate representation of color #4AF128: hue angle of 109.85º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4AF128 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 40 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.05 |
| HSL | 109.85º | 0.88% | 0.55% | - |
| HSV(B) | 109.85º | 0.83% | 0.95% | - |
| XYZ | 34.66 | 64.52 | 12.63 | - |
| YUV | 168.15 | 55.67 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 40 | 0.69 | 0 | 0.83 | 0.05 | 109.85 | 0.88 | 0.55 |
| Hex | 4A | F1 | 28 | 45 | 0 | 53 | 5 | 6E | 58 | 37 |
| Octal | 112 | 361 | 50 | 105 | 0 | 123 | 5 | 156 | 130 | 67 |
| Binary | 1001010 | 11110001 | 101000 | 1000101 | 0 | 1010011 | 101 | 1101110 | 1011000 | 110111 |
Color Harmonies of #4AF128
Complementary color
Monochromatic Colors of #4AF128
Black with #4AF128
Text Example
Text Example
White with #4AF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF128; }
p { color: rgb(74,241,40); }
H1.HeaderClassName
{
color: #4AF128;
}
.AnyTagClassName
{
color: #4AF128;
}
</style>
background-color css
<style>
a { background-color: #4AF128; }
a { background-color: rgb(74,241,40); }
div.DivClassName
{
background-color: #4AF128;
}
.BgClassName
{
background-color: #4AF128;
}
</style>
border-color css
<style>
span { border-color: #4AF128; }
span { border-color: rgb(74,241,40); }
td.TdClassName
{
border-color: #4AF128;
}
.TagClassName
{
border-color: #4AF128;
}
</style>