Shades of Harlequin #4CE41A
Tints of Harlequin #4CE41A
RGB
CMYK
RGB Variations
Color information
#4CE41A (or 0x4CE41A) is known color: Harlequin. HEX triplet: 4C, E4 and 1A. RGB value is (76,228,26). Sum of RGB (Red+Green+Blue) = 76+228+26=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 228 (89.45% from 255 or 69.09% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 228 - color contains mainly: green. Hex color #4CE41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE41A is #B31BE5. Grayscale: #A0A0A0. Windows color (decimal): -11738086 or 1762380. OLE color: 1762380.
HSL color Cylindrical-coordinate representation of color #4CE41A: hue angle of 105.15º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4CE41A is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 228 | 26 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.11 |
| HSL | 105.15º | 0.8% | 0.5% | - |
| HSV(B) | 105.15º | 0.89% | 0.89% | - |
| XYZ | 30.91 | 57.1 | 10.37 | - |
| YUV | 159.52 | 52.64 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 228 | 26 | 0.67 | 0 | 0.89 | 0.11 | 105.15 | 0.8 | 0.5 |
| Hex | 4C | E4 | 1A | 43 | 0 | 59 | B | 69 | 50 | 32 |
| Octal | 114 | 344 | 32 | 103 | 0 | 131 | 13 | 151 | 120 | 62 |
| Binary | 1001100 | 11100100 | 11010 | 1000011 | 0 | 1011001 | 1011 | 1101001 | 1010000 | 110010 |
Color Harmonies of #4CE41A
Complementary color
Monochromatic Colors of #4CE41A
Black with #4CE41A
Text Example
Text Example
White with #4CE41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE41A; }
p { color: rgb(76,228,26); }
H1.HeaderClassName
{
color: #4CE41A;
}
.AnyTagClassName
{
color: #4CE41A;
}
</style>
background-color css
<style>
a { background-color: #4CE41A; }
a { background-color: rgb(76,228,26); }
div.DivClassName
{
background-color: #4CE41A;
}
.BgClassName
{
background-color: #4CE41A;
}
</style>
border-color css
<style>
span { border-color: #4CE41A; }
span { border-color: rgb(76,228,26); }
td.TdClassName
{
border-color: #4CE41A;
}
.TagClassName
{
border-color: #4CE41A;
}
</style>