Shades of Harlequin #4CE408
Tints of Harlequin #4CE408
RGB
CMYK
RGB Variations
Color information
#4CE408 (or 0x4CE408) is known color: Harlequin. HEX triplet: 4C, E4 and 08. RGB value is (76,228,8). Sum of RGB (Red+Green+Blue) = 76+228+8=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 228 (89.45% from 255 or 73.08% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 228 - color contains mainly: green. Hex color #4CE408 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE408 is #B31BF7. Grayscale: #9E9E9E. Windows color (decimal): -11738104 or 582732. OLE color: 582732.
HSL color Cylindrical-coordinate representation of color #4CE408: hue angle of 101.45º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4CE408 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 228 | 8 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.11 |
| HSL | 101.45º | 0.93% | 0.46% | - |
| HSV(B) | 101.45º | 0.96% | 0.89% | - |
| XYZ | 30.77 | 57.04 | 9.62 | - |
| YUV | 157.47 | 43.64 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 228 | 8 | 0.67 | 0 | 0.96 | 0.11 | 101.45 | 0.93 | 0.46 |
| Hex | 4C | E4 | 8 | 43 | 0 | 60 | B | 65 | 5D | 2E |
| Octal | 114 | 344 | 10 | 103 | 0 | 140 | 13 | 145 | 135 | 56 |
| Binary | 1001100 | 11100100 | 1000 | 1000011 | 0 | 1100000 | 1011 | 1100101 | 1011101 | 101110 |
Color Harmonies of #4CE408
Complementary color
Monochromatic Colors of #4CE408
Black with #4CE408
Text Example
Text Example
White with #4CE408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE408; }
p { color: rgb(76,228,8); }
H1.HeaderClassName
{
color: #4CE408;
}
.AnyTagClassName
{
color: #4CE408;
}
</style>
background-color css
<style>
a { background-color: #4CE408; }
a { background-color: rgb(76,228,8); }
div.DivClassName
{
background-color: #4CE408;
}
.BgClassName
{
background-color: #4CE408;
}
</style>
border-color css
<style>
span { border-color: #4CE408; }
span { border-color: rgb(76,228,8); }
td.TdClassName
{
border-color: #4CE408;
}
.TagClassName
{
border-color: #4CE408;
}
</style>