Shades of Harlequin #4AF120
Tints of Harlequin #4AF120
RGB
CMYK
RGB Variations
Color information
#4AF120 (or 0x4AF120) is known color: Harlequin. HEX triplet: 4A, F1 and 20. RGB value is (74,241,32). Sum of RGB (Red+Green+Blue) = 74+241+32=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 241 (94.53% from 255 or 69.45% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF120 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF120 is #B50EDF. Grayscale: #A7A7A7. Windows color (decimal): -11865824 or 2158922. OLE color: 2158922.
HSL color Cylindrical-coordinate representation of color #4AF120: hue angle of 107.94º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4AF120 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 32 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.05 |
| HSL | 107.94º | 0.88% | 0.54% | - |
| HSV(B) | 107.94º | 0.87% | 0.95% | - |
| XYZ | 34.54 | 64.47 | 11.99 | - |
| YUV | 167.24 | 51.67 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 32 | 0.69 | 0 | 0.87 | 0.05 | 107.94 | 0.88 | 0.54 |
| Hex | 4A | F1 | 20 | 45 | 0 | 57 | 5 | 6C | 58 | 36 |
| Octal | 112 | 361 | 40 | 105 | 0 | 127 | 5 | 154 | 130 | 66 |
| Binary | 1001010 | 11110001 | 100000 | 1000101 | 0 | 1010111 | 101 | 1101100 | 1011000 | 110110 |
Color Harmonies of #4AF120
Complementary color
Monochromatic Colors of #4AF120
Black with #4AF120
Text Example
Text Example
White with #4AF120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF120; }
p { color: rgb(74,241,32); }
H1.HeaderClassName
{
color: #4AF120;
}
.AnyTagClassName
{
color: #4AF120;
}
</style>
background-color css
<style>
a { background-color: #4AF120; }
a { background-color: rgb(74,241,32); }
div.DivClassName
{
background-color: #4AF120;
}
.BgClassName
{
background-color: #4AF120;
}
</style>
border-color css
<style>
span { border-color: #4AF120; }
span { border-color: rgb(74,241,32); }
td.TdClassName
{
border-color: #4AF120;
}
.TagClassName
{
border-color: #4AF120;
}
</style>