Shades of Harlequin #4CE81A
Tints of Harlequin #4CE81A
RGB
CMYK
RGB Variations
Color information
#4CE81A (or 0x4CE81A) is known color: Harlequin. HEX triplet: 4C, E8 and 1A. RGB value is (76,232,26). Sum of RGB (Red+Green+Blue) = 76+232+26=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 232 (91.02% from 255 or 69.46% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 232 - color contains mainly: green. Hex color #4CE81A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE81A is #B317E5. Grayscale: #A2A2A2. Windows color (decimal): -11737062 or 1763404. OLE color: 1763404.
HSL color Cylindrical-coordinate representation of color #4CE81A: hue angle of 105.44º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4CE81A is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 232 | 26 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.09 |
| HSL | 105.44º | 0.82% | 0.51% | - |
| HSV(B) | 105.44º | 0.89% | 0.91% | - |
| XYZ | 32.02 | 59.32 | 10.74 | - |
| YUV | 161.87 | 51.32 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 232 | 26 | 0.67 | 0 | 0.89 | 0.09 | 105.44 | 0.82 | 0.51 |
| Hex | 4C | E8 | 1A | 43 | 0 | 59 | 9 | 69 | 52 | 33 |
| Octal | 114 | 350 | 32 | 103 | 0 | 131 | 11 | 151 | 122 | 63 |
| Binary | 1001100 | 11101000 | 11010 | 1000011 | 0 | 1011001 | 1001 | 1101001 | 1010010 | 110011 |
Color Harmonies of #4CE81A
Complementary color
Monochromatic Colors of #4CE81A
Black with #4CE81A
Text Example
Text Example
White with #4CE81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE81A; }
p { color: rgb(76,232,26); }
H1.HeaderClassName
{
color: #4CE81A;
}
.AnyTagClassName
{
color: #4CE81A;
}
</style>
background-color css
<style>
a { background-color: #4CE81A; }
a { background-color: rgb(76,232,26); }
div.DivClassName
{
background-color: #4CE81A;
}
.BgClassName
{
background-color: #4CE81A;
}
</style>
border-color css
<style>
span { border-color: #4CE81A; }
span { border-color: rgb(76,232,26); }
td.TdClassName
{
border-color: #4CE81A;
}
.TagClassName
{
border-color: #4CE81A;
}
</style>