Shades of Harlequin #4CF811
Tints of Harlequin #4CF811
RGB
CMYK
RGB Variations
Color information
#4CF811 (or 0x4CF811) is known color: Harlequin. HEX triplet: 4C, F8 and 11. RGB value is (76,248,17). Sum of RGB (Red+Green+Blue) = 76+248+17=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 248 (97.27% from 255 or 72.73% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF811 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF811 is #B307EE. Grayscale: #AAAAAA. Windows color (decimal): -11732975 or 1177676. OLE color: 1177676.
HSL color Cylindrical-coordinate representation of color #4CF811: hue angle of 104.68º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CF811 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 248 | 17 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.03 |
| HSL | 104.68º | 0.94% | 0.52% | - |
| HSV(B) | 104.68º | 0.93% | 0.97% | - |
| XYZ | 36.65 | 68.71 | 11.86 | - |
| YUV | 170.24 | 41.52 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 248 | 17 | 0.69 | 0 | 0.93 | 0.03 | 104.68 | 0.94 | 0.52 |
| Hex | 4C | F8 | 11 | 45 | 0 | 5D | 3 | 69 | 5E | 34 |
| Octal | 114 | 370 | 21 | 105 | 0 | 135 | 3 | 151 | 136 | 64 |
| Binary | 1001100 | 11111000 | 10001 | 1000101 | 0 | 1011101 | 11 | 1101001 | 1011110 | 110100 |
Color Harmonies of #4CF811
Complementary color
Monochromatic Colors of #4CF811
Black with #4CF811
Text Example
Text Example
White with #4CF811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF811; }
p { color: rgb(76,248,17); }
H1.HeaderClassName
{
color: #4CF811;
}
.AnyTagClassName
{
color: #4CF811;
}
</style>
background-color css
<style>
a { background-color: #4CF811; }
a { background-color: rgb(76,248,17); }
div.DivClassName
{
background-color: #4CF811;
}
.BgClassName
{
background-color: #4CF811;
}
</style>
border-color css
<style>
span { border-color: #4CF811; }
span { border-color: rgb(76,248,17); }
td.TdClassName
{
border-color: #4CF811;
}
.TagClassName
{
border-color: #4CF811;
}
</style>