Shades of Harlequin #4CE507
Tints of Harlequin #4CE507
RGB
CMYK
RGB Variations
Color information
#4CE507 (or 0x4CE507) is known color: Harlequin. HEX triplet: 4C, E5 and 07. RGB value is (76,229,7). Sum of RGB (Red+Green+Blue) = 76+229+7=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 229 (89.84% from 255 or 73.40% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 229 - color contains mainly: green. Hex color #4CE507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE507 is #B31AF8. Grayscale: #9E9E9E. Windows color (decimal): -11737849 or 517452. OLE color: 517452.
HSL color Cylindrical-coordinate representation of color #4CE507: hue angle of 101.35º degrees, saturation: 0.94, 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 #4CE507 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 229 | 7 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.10 |
| HSL | 101.35º | 0.94% | 0.46% | - |
| HSV(B) | 101.35º | 0.97% | 0.9% | - |
| XYZ | 31.04 | 57.59 | 9.68 | - |
| YUV | 157.95 | 42.81 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 229 | 7 | 0.67 | 0 | 0.97 | 0.10 | 101.35 | 0.94 | 0.46 |
| Hex | 4C | E5 | 7 | 43 | 0 | 61 | A | 65 | 5E | 2E |
| Octal | 114 | 345 | 7 | 103 | 0 | 141 | 12 | 145 | 136 | 56 |
| Binary | 1001100 | 11100101 | 111 | 1000011 | 0 | 1100001 | 1010 | 1100101 | 1011110 | 101110 |
Color Harmonies of #4CE507
Complementary color
Monochromatic Colors of #4CE507
Black with #4CE507
Text Example
Text Example
White with #4CE507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE507; }
p { color: rgb(76,229,7); }
H1.HeaderClassName
{
color: #4CE507;
}
.AnyTagClassName
{
color: #4CE507;
}
</style>
background-color css
<style>
a { background-color: #4CE507; }
a { background-color: rgb(76,229,7); }
div.DivClassName
{
background-color: #4CE507;
}
.BgClassName
{
background-color: #4CE507;
}
</style>
border-color css
<style>
span { border-color: #4CE507; }
span { border-color: rgb(76,229,7); }
td.TdClassName
{
border-color: #4CE507;
}
.TagClassName
{
border-color: #4CE507;
}
</style>