Shades of Harlequin #4CFF11
Tints of Harlequin #4CFF11
RGB
CMYK
RGB Variations
Color information
#4CFF11 (or 0x4CFF11) is known color: Harlequin. HEX triplet: 4C, FF and 11. RGB value is (76,255,17). Sum of RGB (Red+Green+Blue) = 76+255+17=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 255 (100% from 255 or 73.28% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFF11 is #B300EE. Grayscale: #AFAFAF. Windows color (decimal): -11731183 or 1179468. OLE color: 1179468.
HSL color Cylindrical-coordinate representation of color #4CFF11: hue angle of 105.13º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CFF11 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 17 | - |
| CMYK | 0.70 | 0 | 0.93 | 0 |
| HSL | 105.13º | 1% | 0.53% | - |
| HSV(B) | 105.13º | 0.93% | 1% | - |
| XYZ | 38.84 | 73.1 | 12.59 | - |
| YUV | 174.35 | 39.2 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 17 | 0.70 | 0 | 0.93 | 0 | 105.13 | 1 | 0.53 |
| Hex | 4C | FF | 11 | 46 | 0 | 5D | 0 | 69 | 64 | 35 |
| Octal | 114 | 377 | 21 | 106 | 0 | 135 | 0 | 151 | 144 | 65 |
| Binary | 1001100 | 11111111 | 10001 | 1000110 | 0 | 1011101 | 0 | 1101001 | 1100100 | 110101 |
Color Harmonies of #4CFF11
Complementary color
Monochromatic Colors of #4CFF11
Black with #4CFF11
Text Example
Text Example
White with #4CFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFF11; }
p { color: rgb(76,255,17); }
H1.HeaderClassName
{
color: #4CFF11;
}
.AnyTagClassName
{
color: #4CFF11;
}
</style>
background-color css
<style>
a { background-color: #4CFF11; }
a { background-color: rgb(76,255,17); }
div.DivClassName
{
background-color: #4CFF11;
}
.BgClassName
{
background-color: #4CFF11;
}
</style>
border-color css
<style>
span { border-color: #4CFF11; }
span { border-color: rgb(76,255,17); }
td.TdClassName
{
border-color: #4CFF11;
}
.TagClassName
{
border-color: #4CFF11;
}
</style>