Shades of Harlequin #4CF121
Tints of Harlequin #4CF121
RGB
CMYK
RGB Variations
Color information
#4CF121 (or 0x4CF121) is known color: Harlequin. HEX triplet: 4C, F1 and 21. RGB value is (76,241,33). Sum of RGB (Red+Green+Blue) = 76+241+33=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF121 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF121 is #B30EDE. Grayscale: #A8A8A8. Windows color (decimal): -11734751 or 2224460. OLE color: 2224460.
HSL color Cylindrical-coordinate representation of color #4CF121: hue angle of 107.6º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4CF121 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 241 | 33 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.05 |
| HSL | 107.6º | 0.88% | 0.54% | - |
| HSV(B) | 107.6º | 0.86% | 0.95% | - |
| XYZ | 34.71 | 64.56 | 12.07 | - |
| YUV | 167.95 | 51.84 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 241 | 33 | 0.68 | 0 | 0.86 | 0.05 | 107.6 | 0.88 | 0.54 |
| Hex | 4C | F1 | 21 | 44 | 0 | 56 | 5 | 6C | 58 | 36 |
| Octal | 114 | 361 | 41 | 104 | 0 | 126 | 5 | 154 | 130 | 66 |
| Binary | 1001100 | 11110001 | 100001 | 1000100 | 0 | 1010110 | 101 | 1101100 | 1011000 | 110110 |
Color Harmonies of #4CF121
Complementary color
Monochromatic Colors of #4CF121
Black with #4CF121
Text Example
Text Example
White with #4CF121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF121; }
p { color: rgb(76,241,33); }
H1.HeaderClassName
{
color: #4CF121;
}
.AnyTagClassName
{
color: #4CF121;
}
</style>
background-color css
<style>
a { background-color: #4CF121; }
a { background-color: rgb(76,241,33); }
div.DivClassName
{
background-color: #4CF121;
}
.BgClassName
{
background-color: #4CF121;
}
</style>
border-color css
<style>
span { border-color: #4CF121; }
span { border-color: rgb(76,241,33); }
td.TdClassName
{
border-color: #4CF121;
}
.TagClassName
{
border-color: #4CF121;
}
</style>