Shades of Harlequin #4CF111
Tints of Harlequin #4CF111
RGB
CMYK
RGB Variations
Color information
#4CF111 (or 0x4CF111) is known color: Harlequin. HEX triplet: 4C, F1 and 11. RGB value is (76,241,17). Sum of RGB (Red+Green+Blue) = 76+241+17=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF111 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF111 is #B30EEE. Grayscale: #A6A6A6. Windows color (decimal): -11734767 or 1175884. OLE color: 1175884.
HSL color Cylindrical-coordinate representation of color #4CF111: hue angle of 104.2º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CF111 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 241 | 17 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.05 |
| HSL | 104.2º | 0.89% | 0.51% | - |
| HSV(B) | 104.2º | 0.93% | 0.95% | - |
| XYZ | 34.54 | 64.49 | 11.16 | - |
| YUV | 166.13 | 43.84 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 241 | 17 | 0.68 | 0 | 0.93 | 0.05 | 104.2 | 0.89 | 0.51 |
| Hex | 4C | F1 | 11 | 44 | 0 | 5D | 5 | 68 | 59 | 33 |
| Octal | 114 | 361 | 21 | 104 | 0 | 135 | 5 | 150 | 131 | 63 |
| Binary | 1001100 | 11110001 | 10001 | 1000100 | 0 | 1011101 | 101 | 1101000 | 1011001 | 110011 |
Color Harmonies of #4CF111
Complementary color
Monochromatic Colors of #4CF111
Black with #4CF111
Text Example
Text Example
White with #4CF111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF111; }
p { color: rgb(76,241,17); }
H1.HeaderClassName
{
color: #4CF111;
}
.AnyTagClassName
{
color: #4CF111;
}
</style>
background-color css
<style>
a { background-color: #4CF111; }
a { background-color: rgb(76,241,17); }
div.DivClassName
{
background-color: #4CF111;
}
.BgClassName
{
background-color: #4CF111;
}
</style>
border-color css
<style>
span { border-color: #4CF111; }
span { border-color: rgb(76,241,17); }
td.TdClassName
{
border-color: #4CF111;
}
.TagClassName
{
border-color: #4CF111;
}
</style>