Shades of Harlequin #4CE406
Tints of Harlequin #4CE406
RGB
CMYK
RGB Variations
Color information
#4CE406 (or 0x4CE406) is known color: Harlequin. HEX triplet: 4C, E4 and 06. RGB value is (76,228,6). Sum of RGB (Red+Green+Blue) = 76+228+6=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 228 (89.45% from 255 or 73.55% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 228 - color contains mainly: green. Hex color #4CE406 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE406 is #B31BF9. Grayscale: #9D9D9D. Windows color (decimal): -11738106 or 451660. OLE color: 451660.
HSL color Cylindrical-coordinate representation of color #4CE406: hue angle of 101.08º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4CE406 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 228 | 6 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.11 |
| HSL | 101.08º | 0.95% | 0.46% | - |
| HSV(B) | 101.08º | 0.97% | 0.89% | - |
| XYZ | 30.76 | 57.04 | 9.56 | - |
| YUV | 157.24 | 42.64 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 228 | 6 | 0.67 | 0 | 0.97 | 0.11 | 101.08 | 0.95 | 0.46 |
| Hex | 4C | E4 | 6 | 43 | 0 | 61 | B | 65 | 5F | 2E |
| Octal | 114 | 344 | 6 | 103 | 0 | 141 | 13 | 145 | 137 | 56 |
| Binary | 1001100 | 11100100 | 110 | 1000011 | 0 | 1100001 | 1011 | 1100101 | 1011111 | 101110 |
Color Harmonies of #4CE406
Complementary color
Monochromatic Colors of #4CE406
Black with #4CE406
Text Example
Text Example
White with #4CE406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE406; }
p { color: rgb(76,228,6); }
H1.HeaderClassName
{
color: #4CE406;
}
.AnyTagClassName
{
color: #4CE406;
}
</style>
background-color css
<style>
a { background-color: #4CE406; }
a { background-color: rgb(76,228,6); }
div.DivClassName
{
background-color: #4CE406;
}
.BgClassName
{
background-color: #4CE406;
}
</style>
border-color css
<style>
span { border-color: #4CE406; }
span { border-color: rgb(76,228,6); }
td.TdClassName
{
border-color: #4CE406;
}
.TagClassName
{
border-color: #4CE406;
}
</style>