Shades of Harlequin #4CE010
Tints of Harlequin #4CE010
RGB
CMYK
RGB Variations
Color information
#4CE010 (or 0x4CE010) is known color: Harlequin. HEX triplet: 4C, E0 and 10. RGB value is (76,224,16). Sum of RGB (Red+Green+Blue) = 76+224+16=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 224 (87.89% from 255 or 70.89% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE010 is #B31FEF. Grayscale: #9C9C9C. Windows color (decimal): -11739120 or 1105996. OLE color: 1105996.
HSL color Cylindrical-coordinate representation of color #4CE010: hue angle of 102.69º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CE010 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 16 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.12 |
| HSL | 102.69º | 0.87% | 0.47% | - |
| HSV(B) | 102.69º | 0.93% | 0.88% | - |
| XYZ | 29.73 | 54.89 | 9.52 | - |
| YUV | 156.04 | 48.97 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 16 | 0.66 | 0 | 0.93 | 0.12 | 102.69 | 0.87 | 0.47 |
| Hex | 4C | E0 | 10 | 42 | 0 | 5D | C | 67 | 57 | 2F |
| Octal | 114 | 340 | 20 | 102 | 0 | 135 | 14 | 147 | 127 | 57 |
| Binary | 1001100 | 11100000 | 10000 | 1000010 | 0 | 1011101 | 1100 | 1100111 | 1010111 | 101111 |
Color Harmonies of #4CE010
Complementary color
Monochromatic Colors of #4CE010
Black with #4CE010
Text Example
Text Example
White with #4CE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE010; }
p { color: rgb(76,224,16); }
H1.HeaderClassName
{
color: #4CE010;
}
.AnyTagClassName
{
color: #4CE010;
}
</style>
background-color css
<style>
a { background-color: #4CE010; }
a { background-color: rgb(76,224,16); }
div.DivClassName
{
background-color: #4CE010;
}
.BgClassName
{
background-color: #4CE010;
}
</style>
border-color css
<style>
span { border-color: #4CE010; }
span { border-color: rgb(76,224,16); }
td.TdClassName
{
border-color: #4CE010;
}
.TagClassName
{
border-color: #4CE010;
}
</style>