Shades of Harlequin #4CE407
Tints of Harlequin #4CE407
RGB
CMYK
RGB Variations
Color information
#4CE407 (or 0x4CE407) is known color: Harlequin. HEX triplet: 4C, E4 and 07. RGB value is (76,228,7). Sum of RGB (Red+Green+Blue) = 76+228+7=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 228 (89.45% from 255 or 73.31% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 228 - color contains mainly: green. Hex color #4CE407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE407 is #B31BF8. Grayscale: #9E9E9E. Windows color (decimal): -11738105 or 517196. OLE color: 517196.
HSL color Cylindrical-coordinate representation of color #4CE407: hue angle of 101.27º degrees, saturation: 0.94, 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 #4CE407 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 228 | 7 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.11 |
| HSL | 101.27º | 0.94% | 0.46% | - |
| HSV(B) | 101.27º | 0.97% | 0.89% | - |
| XYZ | 30.76 | 57.04 | 9.59 | - |
| YUV | 157.36 | 43.14 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 228 | 7 | 0.67 | 0 | 0.97 | 0.11 | 101.27 | 0.94 | 0.46 |
| Hex | 4C | E4 | 7 | 43 | 0 | 61 | B | 65 | 5E | 2E |
| Octal | 114 | 344 | 7 | 103 | 0 | 141 | 13 | 145 | 136 | 56 |
| Binary | 1001100 | 11100100 | 111 | 1000011 | 0 | 1100001 | 1011 | 1100101 | 1011110 | 101110 |
Color Harmonies of #4CE407
Complementary color
Monochromatic Colors of #4CE407
Black with #4CE407
Text Example
Text Example
White with #4CE407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE407; }
p { color: rgb(76,228,7); }
H1.HeaderClassName
{
color: #4CE407;
}
.AnyTagClassName
{
color: #4CE407;
}
</style>
background-color css
<style>
a { background-color: #4CE407; }
a { background-color: rgb(76,228,7); }
div.DivClassName
{
background-color: #4CE407;
}
.BgClassName
{
background-color: #4CE407;
}
</style>
border-color css
<style>
span { border-color: #4CE407; }
span { border-color: rgb(76,228,7); }
td.TdClassName
{
border-color: #4CE407;
}
.TagClassName
{
border-color: #4CE407;
}
</style>