Shades of Harlequin #4CEF11
Tints of Harlequin #4CEF11
RGB
CMYK
RGB Variations
Color information
#4CEF11 (or 0x4CEF11) is known color: Harlequin. HEX triplet: 4C, EF and 11. RGB value is (76,239,17). Sum of RGB (Red+Green+Blue) = 76+239+17=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 239 (93.75% from 255 or 71.99% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEF11 is #B310EE. Grayscale: #A5A5A5. Windows color (decimal): -11735279 or 1175372. OLE color: 1175372.
HSL color Cylindrical-coordinate representation of color #4CEF11: hue angle of 104.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CEF11 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 17 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.06 |
| HSL | 104.05º | 0.87% | 0.5% | - |
| HSV(B) | 104.05º | 0.93% | 0.94% | - |
| XYZ | 33.95 | 63.31 | 10.96 | - |
| YUV | 164.96 | 44.5 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 17 | 0.68 | 0 | 0.93 | 0.06 | 104.05 | 0.87 | 0.5 |
| Hex | 4C | EF | 11 | 44 | 0 | 5D | 6 | 68 | 57 | 32 |
| Octal | 114 | 357 | 21 | 104 | 0 | 135 | 6 | 150 | 127 | 62 |
| Binary | 1001100 | 11101111 | 10001 | 1000100 | 0 | 1011101 | 110 | 1101000 | 1010111 | 110010 |
Color Harmonies of #4CEF11
Complementary color
Monochromatic Colors of #4CEF11
Black with #4CEF11
Text Example
Text Example
White with #4CEF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEF11; }
p { color: rgb(76,239,17); }
H1.HeaderClassName
{
color: #4CEF11;
}
.AnyTagClassName
{
color: #4CEF11;
}
</style>
background-color css
<style>
a { background-color: #4CEF11; }
a { background-color: rgb(76,239,17); }
div.DivClassName
{
background-color: #4CEF11;
}
.BgClassName
{
background-color: #4CEF11;
}
</style>
border-color css
<style>
span { border-color: #4CEF11; }
span { border-color: rgb(76,239,17); }
td.TdClassName
{
border-color: #4CEF11;
}
.TagClassName
{
border-color: #4CEF11;
}
</style>