Shades of Harlequin #4CFB11
Tints of Harlequin #4CFB11
RGB
CMYK
RGB Variations
Color information
#4CFB11 (or 0x4CFB11) is known color: Harlequin. HEX triplet: 4C, FB and 11. RGB value is (76,251,17). Sum of RGB (Red+Green+Blue) = 76+251+17=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 251 (98.44% from 255 or 72.97% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFB11 is #B304EE. Grayscale: #ACACAC. Windows color (decimal): -11732207 or 1178444. OLE color: 1178444.
HSL color Cylindrical-coordinate representation of color #4CFB11: hue angle of 104.87º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CFB11 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 17 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.02 |
| HSL | 104.87º | 0.97% | 0.53% | - |
| HSV(B) | 104.87º | 0.93% | 0.98% | - |
| XYZ | 37.58 | 70.57 | 12.17 | - |
| YUV | 172 | 40.52 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 17 | 0.70 | 0 | 0.93 | 0.02 | 104.87 | 0.97 | 0.53 |
| Hex | 4C | FB | 11 | 46 | 0 | 5D | 2 | 69 | 61 | 35 |
| Octal | 114 | 373 | 21 | 106 | 0 | 135 | 2 | 151 | 141 | 65 |
| Binary | 1001100 | 11111011 | 10001 | 1000110 | 0 | 1011101 | 10 | 1101001 | 1100001 | 110101 |
Color Harmonies of #4CFB11
Complementary color
Monochromatic Colors of #4CFB11
Black with #4CFB11
Text Example
Text Example
White with #4CFB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB11; }
p { color: rgb(76,251,17); }
H1.HeaderClassName
{
color: #4CFB11;
}
.AnyTagClassName
{
color: #4CFB11;
}
</style>
background-color css
<style>
a { background-color: #4CFB11; }
a { background-color: rgb(76,251,17); }
div.DivClassName
{
background-color: #4CFB11;
}
.BgClassName
{
background-color: #4CFB11;
}
</style>
border-color css
<style>
span { border-color: #4CFB11; }
span { border-color: rgb(76,251,17); }
td.TdClassName
{
border-color: #4CFB11;
}
.TagClassName
{
border-color: #4CFB11;
}
</style>