Shades of Harlequin #4CEC26
Tints of Harlequin #4CEC26
RGB
CMYK
RGB Variations
Color information
#4CEC26 (or 0x4CEC26) is known color: Harlequin. HEX triplet: 4C, EC and 26. RGB value is (76,236,38). Sum of RGB (Red+Green+Blue) = 76+236+38=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 236 (92.58% from 255 or 67.43% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 236 - color contains mainly: green. Hex color #4CEC26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEC26 is #B313D9. Grayscale: #A6A6A6. Windows color (decimal): -11736026 or 2550860. OLE color: 2550860.
HSL color Cylindrical-coordinate representation of color #4CEC26: hue angle of 108.48º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CEC26 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 38 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.07 |
| HSL | 108.48º | 0.84% | 0.54% | - |
| HSV(B) | 108.48º | 0.84% | 0.93% | - |
| XYZ | 33.33 | 61.67 | 11.98 | - |
| YUV | 165.59 | 55.99 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 38 | 0.68 | 0 | 0.84 | 0.07 | 108.48 | 0.84 | 0.54 |
| Hex | 4C | EC | 26 | 44 | 0 | 54 | 7 | 6C | 54 | 36 |
| Octal | 114 | 354 | 46 | 104 | 0 | 124 | 7 | 154 | 124 | 66 |
| Binary | 1001100 | 11101100 | 100110 | 1000100 | 0 | 1010100 | 111 | 1101100 | 1010100 | 110110 |
Color Harmonies of #4CEC26
Complementary color
Monochromatic Colors of #4CEC26
Black with #4CEC26
Text Example
Text Example
White with #4CEC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEC26; }
p { color: rgb(76,236,38); }
H1.HeaderClassName
{
color: #4CEC26;
}
.AnyTagClassName
{
color: #4CEC26;
}
</style>
background-color css
<style>
a { background-color: #4CEC26; }
a { background-color: rgb(76,236,38); }
div.DivClassName
{
background-color: #4CEC26;
}
.BgClassName
{
background-color: #4CEC26;
}
</style>
border-color css
<style>
span { border-color: #4CEC26; }
span { border-color: rgb(76,236,38); }
td.TdClassName
{
border-color: #4CEC26;
}
.TagClassName
{
border-color: #4CEC26;
}
</style>