Shades of Harlequin #4CE512
Tints of Harlequin #4CE512
RGB
CMYK
RGB Variations
Color information
#4CE512 (or 0x4CE512) is known color: Harlequin. HEX triplet: 4C, E5 and 12. RGB value is (76,229,18). Sum of RGB (Red+Green+Blue) = 76+229+18=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 229 (89.84% from 255 or 70.90% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 229 - color contains mainly: green. Hex color #4CE512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE512 is #B31AED. Grayscale: #9F9F9F. Windows color (decimal): -11737838 or 1238348. OLE color: 1238348.
HSL color Cylindrical-coordinate representation of color #4CE512: hue angle of 103.51º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CE512 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 229 | 18 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.10 |
| HSL | 103.51º | 0.85% | 0.48% | - |
| HSV(B) | 103.51º | 0.92% | 0.9% | - |
| XYZ | 31.11 | 57.62 | 10.05 | - |
| YUV | 159.2 | 48.31 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 229 | 18 | 0.67 | 0 | 0.92 | 0.10 | 103.51 | 0.85 | 0.48 |
| Hex | 4C | E5 | 12 | 43 | 0 | 5C | A | 68 | 55 | 30 |
| Octal | 114 | 345 | 22 | 103 | 0 | 134 | 12 | 150 | 125 | 60 |
| Binary | 1001100 | 11100101 | 10010 | 1000011 | 0 | 1011100 | 1010 | 1101000 | 1010101 | 110000 |
Color Harmonies of #4CE512
Complementary color
Monochromatic Colors of #4CE512
Black with #4CE512
Text Example
Text Example
White with #4CE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE512; }
p { color: rgb(76,229,18); }
H1.HeaderClassName
{
color: #4CE512;
}
.AnyTagClassName
{
color: #4CE512;
}
</style>
background-color css
<style>
a { background-color: #4CE512; }
a { background-color: rgb(76,229,18); }
div.DivClassName
{
background-color: #4CE512;
}
.BgClassName
{
background-color: #4CE512;
}
</style>
border-color css
<style>
span { border-color: #4CE512; }
span { border-color: rgb(76,229,18); }
td.TdClassName
{
border-color: #4CE512;
}
.TagClassName
{
border-color: #4CE512;
}
</style>