Shades of Harlequin #4CE508
Tints of Harlequin #4CE508
RGB
CMYK
RGB Variations
Color information
#4CE508 (or 0x4CE508) is known color: Harlequin. HEX triplet: 4C, E5 and 08. RGB value is (76,229,8). Sum of RGB (Red+Green+Blue) = 76+229+8=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 229 (89.84% from 255 or 73.16% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 229 - color contains mainly: green. Hex color #4CE508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE508 is #B31AF7. Grayscale: #9E9E9E. Windows color (decimal): -11737848 or 582988. OLE color: 582988.
HSL color Cylindrical-coordinate representation of color #4CE508: hue angle of 101.54º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4CE508 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 229 | 8 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.10 |
| HSL | 101.54º | 0.93% | 0.46% | - |
| HSV(B) | 101.54º | 0.97% | 0.9% | - |
| XYZ | 31.04 | 57.59 | 9.71 | - |
| YUV | 158.06 | 43.31 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 229 | 8 | 0.67 | 0 | 0.97 | 0.10 | 101.54 | 0.93 | 0.46 |
| Hex | 4C | E5 | 8 | 43 | 0 | 61 | A | 66 | 5D | 2E |
| Octal | 114 | 345 | 10 | 103 | 0 | 141 | 12 | 146 | 135 | 56 |
| Binary | 1001100 | 11100101 | 1000 | 1000011 | 0 | 1100001 | 1010 | 1100110 | 1011101 | 101110 |
Color Harmonies of #4CE508
Complementary color
Monochromatic Colors of #4CE508
Black with #4CE508
Text Example
Text Example
White with #4CE508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE508; }
p { color: rgb(76,229,8); }
H1.HeaderClassName
{
color: #4CE508;
}
.AnyTagClassName
{
color: #4CE508;
}
</style>
background-color css
<style>
a { background-color: #4CE508; }
a { background-color: rgb(76,229,8); }
div.DivClassName
{
background-color: #4CE508;
}
.BgClassName
{
background-color: #4CE508;
}
</style>
border-color css
<style>
span { border-color: #4CE508; }
span { border-color: rgb(76,229,8); }
td.TdClassName
{
border-color: #4CE508;
}
.TagClassName
{
border-color: #4CE508;
}
</style>