Shades of Harlequin #4CE00A
Tints of Harlequin #4CE00A
RGB
CMYK
RGB Variations
Color information
#4CE00A (or 0x4CE00A) is known color: Harlequin. HEX triplet: 4C, E0 and 0A. RGB value is (76,224,10). Sum of RGB (Red+Green+Blue) = 76+224+10=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 224 (87.89% from 255 or 72.26% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE00A is #B31FF5. Grayscale: #9C9C9C. Windows color (decimal): -11739126 or 712780. OLE color: 712780.
HSL color Cylindrical-coordinate representation of color #4CE00A: hue angle of 101.5º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4CE00A is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 10 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.12 |
| HSL | 101.5º | 0.91% | 0.46% | - |
| HSV(B) | 101.5º | 0.96% | 0.88% | - |
| XYZ | 29.69 | 54.87 | 9.31 | - |
| YUV | 155.35 | 45.97 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 10 | 0.66 | 0 | 0.96 | 0.12 | 101.5 | 0.91 | 0.46 |
| Hex | 4C | E0 | A | 42 | 0 | 60 | C | 65 | 5B | 2E |
| Octal | 114 | 340 | 12 | 102 | 0 | 140 | 14 | 145 | 133 | 56 |
| Binary | 1001100 | 11100000 | 1010 | 1000010 | 0 | 1100000 | 1100 | 1100101 | 1011011 | 101110 |
Color Harmonies of #4CE00A
Complementary color
Monochromatic Colors of #4CE00A
Black with #4CE00A
Text Example
Text Example
White with #4CE00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE00A; }
p { color: rgb(76,224,10); }
H1.HeaderClassName
{
color: #4CE00A;
}
.AnyTagClassName
{
color: #4CE00A;
}
</style>
background-color css
<style>
a { background-color: #4CE00A; }
a { background-color: rgb(76,224,10); }
div.DivClassName
{
background-color: #4CE00A;
}
.BgClassName
{
background-color: #4CE00A;
}
</style>
border-color css
<style>
span { border-color: #4CE00A; }
span { border-color: rgb(76,224,10); }
td.TdClassName
{
border-color: #4CE00A;
}
.TagClassName
{
border-color: #4CE00A;
}
</style>