Shades of Harlequin #4CF120
Tints of Harlequin #4CF120
RGB
CMYK
RGB Variations
Color information
#4CF120 (or 0x4CF120) is known color: Harlequin. HEX triplet: 4C, F1 and 20. RGB value is (76,241,32). Sum of RGB (Red+Green+Blue) = 76+241+32=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 241 (94.53% from 255 or 69.05% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF120 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF120 is #B30EDF. Grayscale: #A8A8A8. Windows color (decimal): -11734752 or 2158924. OLE color: 2158924.
HSL color Cylindrical-coordinate representation of color #4CF120: hue angle of 107.37º 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 #4CF120 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 241 | 32 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.05 |
| HSL | 107.37º | 0.88% | 0.54% | - |
| HSV(B) | 107.37º | 0.87% | 0.95% | - |
| XYZ | 34.7 | 64.55 | 12 | - |
| YUV | 167.84 | 51.34 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 241 | 32 | 0.68 | 0 | 0.87 | 0.05 | 107.37 | 0.88 | 0.54 |
| Hex | 4C | F1 | 20 | 44 | 0 | 57 | 5 | 6B | 58 | 36 |
| Octal | 114 | 361 | 40 | 104 | 0 | 127 | 5 | 153 | 130 | 66 |
| Binary | 1001100 | 11110001 | 100000 | 1000100 | 0 | 1010111 | 101 | 1101011 | 1011000 | 110110 |
Color Harmonies of #4CF120
Complementary color
Monochromatic Colors of #4CF120
Black with #4CF120
Text Example
Text Example
White with #4CF120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF120; }
p { color: rgb(76,241,32); }
H1.HeaderClassName
{
color: #4CF120;
}
.AnyTagClassName
{
color: #4CF120;
}
</style>
background-color css
<style>
a { background-color: #4CF120; }
a { background-color: rgb(76,241,32); }
div.DivClassName
{
background-color: #4CF120;
}
.BgClassName
{
background-color: #4CF120;
}
</style>
border-color css
<style>
span { border-color: #4CF120; }
span { border-color: rgb(76,241,32); }
td.TdClassName
{
border-color: #4CF120;
}
.TagClassName
{
border-color: #4CF120;
}
</style>