Shades of Harlequin #4CE400
Tints of Harlequin #4CE400
RGB
CMYK
RGB Variations
Color information
#4CE400 (or 0x4CE400) is known color: Harlequin. HEX triplet: 4C, E4 and 00. RGB value is (76,228,0). Sum of RGB (Red+Green+Blue) = 76+228+0=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 228 (89.45% from 255 or 75% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 228 - color contains mainly: green. Hex color #4CE400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE400 is #B31BFF. Grayscale: #9D9D9D. Windows color (decimal): -11738112 or 58444. OLE color: 58444.
HSL color Cylindrical-coordinate representation of color #4CE400: hue angle of 100º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CE400 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 228 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.11 |
| HSL | 100º | 1% | 0.45% | - |
| HSV(B) | 100º | 1% | 0.89% | - |
| XYZ | 30.72 | 57.02 | 9.39 | - |
| YUV | 156.56 | 39.64 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 228 | 0 | 0.67 | 0 | 1 | 0.11 | 100 | 1 | 0.45 |
| Hex | 4C | E4 | 0 | 43 | 0 | 64 | B | 64 | 64 | 2D |
| Octal | 114 | 344 | 0 | 103 | 0 | 144 | 13 | 144 | 144 | 55 |
| Binary | 1001100 | 11100100 | 0 | 1000011 | 0 | 1100100 | 1011 | 1100100 | 1100100 | 101101 |
Color Harmonies of #4CE400
Complementary color
Monochromatic Colors of #4CE400
Black with #4CE400
Text Example
Text Example
White with #4CE400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE400; }
p { color: rgb(76,228,0); }
H1.HeaderClassName
{
color: #4CE400;
}
.AnyTagClassName
{
color: #4CE400;
}
</style>
background-color css
<style>
a { background-color: #4CE400; }
a { background-color: rgb(76,228,0); }
div.DivClassName
{
background-color: #4CE400;
}
.BgClassName
{
background-color: #4CE400;
}
</style>
border-color css
<style>
span { border-color: #4CE400; }
span { border-color: rgb(76,228,0); }
td.TdClassName
{
border-color: #4CE400;
}
.TagClassName
{
border-color: #4CE400;
}
</style>