Shades of Harlequin #4CF116
Tints of Harlequin #4CF116
RGB
CMYK
RGB Variations
Color information
#4CF116 (or 0x4CF116) is known color: Harlequin. HEX triplet: 4C, F1 and 16. RGB value is (76,241,22). Sum of RGB (Red+Green+Blue) = 76+241+22=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 241 (94.53% from 255 or 71.09% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF116 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF116 is #B30EE9. Grayscale: #A7A7A7. Windows color (decimal): -11734762 or 1503564. OLE color: 1503564.
HSL color Cylindrical-coordinate representation of color #4CF116: hue angle of 105.21º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CF116 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 241 | 22 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.05 |
| HSL | 105.21º | 0.89% | 0.52% | - |
| HSV(B) | 105.21º | 0.91% | 0.95% | - |
| XYZ | 34.58 | 64.51 | 11.39 | - |
| YUV | 166.7 | 46.34 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 241 | 22 | 0.68 | 0 | 0.91 | 0.05 | 105.21 | 0.89 | 0.52 |
| Hex | 4C | F1 | 16 | 44 | 0 | 5B | 5 | 69 | 59 | 34 |
| Octal | 114 | 361 | 26 | 104 | 0 | 133 | 5 | 151 | 131 | 64 |
| Binary | 1001100 | 11110001 | 10110 | 1000100 | 0 | 1011011 | 101 | 1101001 | 1011001 | 110100 |
Color Harmonies of #4CF116
Complementary color
Monochromatic Colors of #4CF116
Black with #4CF116
Text Example
Text Example
White with #4CF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF116; }
p { color: rgb(76,241,22); }
H1.HeaderClassName
{
color: #4CF116;
}
.AnyTagClassName
{
color: #4CF116;
}
</style>
background-color css
<style>
a { background-color: #4CF116; }
a { background-color: rgb(76,241,22); }
div.DivClassName
{
background-color: #4CF116;
}
.BgClassName
{
background-color: #4CF116;
}
</style>
border-color css
<style>
span { border-color: #4CF116; }
span { border-color: rgb(76,241,22); }
td.TdClassName
{
border-color: #4CF116;
}
.TagClassName
{
border-color: #4CF116;
}
</style>