Shades of Harlequin #4CF311
Tints of Harlequin #4CF311
RGB
CMYK
RGB Variations
Color information
#4CF311 (or 0x4CF311) is known color: Harlequin. HEX triplet: 4C, F3 and 11. RGB value is (76,243,17). Sum of RGB (Red+Green+Blue) = 76+243+17=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 243 (95.31% from 255 or 72.32% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 243 - color contains mainly: green. Hex color #4CF311 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF311 is #B30CEE. Grayscale: #A8A8A8. Windows color (decimal): -11734255 or 1176396. OLE color: 1176396.
HSL color Cylindrical-coordinate representation of color #4CF311: hue angle of 104.34º degrees, saturation: 0.9, 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 #4CF311 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 243 | 17 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.05 |
| HSL | 104.34º | 0.9% | 0.51% | - |
| HSV(B) | 104.34º | 0.93% | 0.95% | - |
| XYZ | 35.13 | 65.68 | 11.36 | - |
| YUV | 167.3 | 43.17 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 243 | 17 | 0.69 | 0 | 0.93 | 0.05 | 104.34 | 0.9 | 0.51 |
| Hex | 4C | F3 | 11 | 45 | 0 | 5D | 5 | 68 | 5A | 33 |
| Octal | 114 | 363 | 21 | 105 | 0 | 135 | 5 | 150 | 132 | 63 |
| Binary | 1001100 | 11110011 | 10001 | 1000101 | 0 | 1011101 | 101 | 1101000 | 1011010 | 110011 |
Color Harmonies of #4CF311
Complementary color
Monochromatic Colors of #4CF311
Black with #4CF311
Text Example
Text Example
White with #4CF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF311; }
p { color: rgb(76,243,17); }
H1.HeaderClassName
{
color: #4CF311;
}
.AnyTagClassName
{
color: #4CF311;
}
</style>
background-color css
<style>
a { background-color: #4CF311; }
a { background-color: rgb(76,243,17); }
div.DivClassName
{
background-color: #4CF311;
}
.BgClassName
{
background-color: #4CF311;
}
</style>
border-color css
<style>
span { border-color: #4CF311; }
span { border-color: rgb(76,243,17); }
td.TdClassName
{
border-color: #4CF311;
}
.TagClassName
{
border-color: #4CF311;
}
</style>