Shades of Harlequin #4CE716
Tints of Harlequin #4CE716
RGB
CMYK
RGB Variations
Color information
#4CE716 (or 0x4CE716) is known color: Harlequin. HEX triplet: 4C, E7 and 16. RGB value is (76,231,22). Sum of RGB (Red+Green+Blue) = 76+231+22=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 231 (90.62% from 255 or 70.21% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 231 - color contains mainly: green. Hex color #4CE716 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CE716 is #B318E9. Grayscale: #A1A1A1. Windows color (decimal): -11737322 or 1501004. OLE color: 1501004.
HSL color Cylindrical-coordinate representation of color #4CE716: hue angle of 104.5º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CE716 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 231 | 22 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.09 |
| HSL | 104.5º | 0.83% | 0.5% | - |
| HSV(B) | 104.5º | 0.9% | 0.91% | - |
| XYZ | 31.7 | 58.75 | 10.43 | - |
| YUV | 160.83 | 49.65 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 231 | 22 | 0.67 | 0 | 0.90 | 0.09 | 104.5 | 0.83 | 0.5 |
| Hex | 4C | E7 | 16 | 43 | 0 | 5A | 9 | 68 | 53 | 32 |
| Octal | 114 | 347 | 26 | 103 | 0 | 132 | 11 | 150 | 123 | 62 |
| Binary | 1001100 | 11100111 | 10110 | 1000011 | 0 | 1011010 | 1001 | 1101000 | 1010011 | 110010 |
Color Harmonies of #4CE716
Complementary color
Monochromatic Colors of #4CE716
Black with #4CE716
Text Example
Text Example
White with #4CE716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE716; }
p { color: rgb(76,231,22); }
H1.HeaderClassName
{
color: #4CE716;
}
.AnyTagClassName
{
color: #4CE716;
}
</style>
background-color css
<style>
a { background-color: #4CE716; }
a { background-color: rgb(76,231,22); }
div.DivClassName
{
background-color: #4CE716;
}
.BgClassName
{
background-color: #4CE716;
}
</style>
border-color css
<style>
span { border-color: #4CE716; }
span { border-color: rgb(76,231,22); }
td.TdClassName
{
border-color: #4CE716;
}
.TagClassName
{
border-color: #4CE716;
}
</style>