Shades of Harlequin #4CE215
Tints of Harlequin #4CE215
RGB
CMYK
RGB Variations
Color information
#4CE215 (or 0x4CE215) is known color: Harlequin. HEX triplet: 4C, E2 and 15. RGB value is (76,226,21). Sum of RGB (Red+Green+Blue) = 76+226+21=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 226 (88.67% from 255 or 69.97% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 226 - color contains mainly: green. Hex color #4CE215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE215 is #B31DEA. Grayscale: #9E9E9E. Windows color (decimal): -11738603 or 1434188. OLE color: 1434188.
HSL color Cylindrical-coordinate representation of color #4CE215: hue angle of 103.9º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CE215 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 226 | 21 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.11 |
| HSL | 103.9º | 0.83% | 0.48% | - |
| HSV(B) | 103.9º | 0.91% | 0.89% | - |
| XYZ | 30.31 | 55.98 | 9.92 | - |
| YUV | 157.78 | 50.81 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 226 | 21 | 0.66 | 0 | 0.91 | 0.11 | 103.9 | 0.83 | 0.48 |
| Hex | 4C | E2 | 15 | 42 | 0 | 5B | B | 68 | 53 | 30 |
| Octal | 114 | 342 | 25 | 102 | 0 | 133 | 13 | 150 | 123 | 60 |
| Binary | 1001100 | 11100010 | 10101 | 1000010 | 0 | 1011011 | 1011 | 1101000 | 1010011 | 110000 |
Color Harmonies of #4CE215
Complementary color
Monochromatic Colors of #4CE215
Black with #4CE215
Text Example
Text Example
White with #4CE215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE215; }
p { color: rgb(76,226,21); }
H1.HeaderClassName
{
color: #4CE215;
}
.AnyTagClassName
{
color: #4CE215;
}
</style>
background-color css
<style>
a { background-color: #4CE215; }
a { background-color: rgb(76,226,21); }
div.DivClassName
{
background-color: #4CE215;
}
.BgClassName
{
background-color: #4CE215;
}
</style>
border-color css
<style>
span { border-color: #4CE215; }
span { border-color: rgb(76,226,21); }
td.TdClassName
{
border-color: #4CE215;
}
.TagClassName
{
border-color: #4CE215;
}
</style>