Shades of Harlequin #4CEF26
Tints of Harlequin #4CEF26
RGB
CMYK
RGB Variations
Color information
#4CEF26 (or 0x4CEF26) is known color: Harlequin. HEX triplet: 4C, EF and 26. RGB value is (76,239,38). Sum of RGB (Red+Green+Blue) = 76+239+38=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 239 (93.75% from 255 or 67.71% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEF26 is #B310D9. Grayscale: #A7A7A7. Windows color (decimal): -11735258 or 2551628. OLE color: 2551628.
HSL color Cylindrical-coordinate representation of color #4CEF26: hue angle of 108.66º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CEF26 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 38 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.06 |
| HSL | 108.66º | 0.86% | 0.54% | - |
| HSV(B) | 108.66º | 0.84% | 0.94% | - |
| XYZ | 34.2 | 63.41 | 12.27 | - |
| YUV | 167.35 | 55 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 38 | 0.68 | 0 | 0.84 | 0.06 | 108.66 | 0.86 | 0.54 |
| Hex | 4C | EF | 26 | 44 | 0 | 54 | 6 | 6D | 56 | 36 |
| Octal | 114 | 357 | 46 | 104 | 0 | 124 | 6 | 155 | 126 | 66 |
| Binary | 1001100 | 11101111 | 100110 | 1000100 | 0 | 1010100 | 110 | 1101101 | 1010110 | 110110 |
Color Harmonies of #4CEF26
Complementary color
Monochromatic Colors of #4CEF26
Black with #4CEF26
Text Example
Text Example
White with #4CEF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEF26; }
p { color: rgb(76,239,38); }
H1.HeaderClassName
{
color: #4CEF26;
}
.AnyTagClassName
{
color: #4CEF26;
}
</style>
background-color css
<style>
a { background-color: #4CEF26; }
a { background-color: rgb(76,239,38); }
div.DivClassName
{
background-color: #4CEF26;
}
.BgClassName
{
background-color: #4CEF26;
}
</style>
border-color css
<style>
span { border-color: #4CEF26; }
span { border-color: rgb(76,239,38); }
td.TdClassName
{
border-color: #4CEF26;
}
.TagClassName
{
border-color: #4CEF26;
}
</style>