Shades of Harlequin #4CE101
Tints of Harlequin #4CE101
RGB
CMYK
RGB Variations
Color information
#4CE101 (or 0x4CE101) is known color: Harlequin. HEX triplet: 4C, E1 and 01. RGB value is (76,225,1). Sum of RGB (Red+Green+Blue) = 76+225+1=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 225 (88.28% from 255 or 74.50% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE101 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE101 is #B31EFE. Grayscale: #9B9B9B. Windows color (decimal): -11738879 or 123212. OLE color: 123212.
HSL color Cylindrical-coordinate representation of color #4CE101: hue angle of 99.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CE101 is Cyan = 0.66, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 225 | 1 | - |
| CMYK | 0.66 | 0 | 1.00 | 0.12 |
| HSL | 99.91º | 0.99% | 0.44% | - |
| HSV(B) | 99.91º | 1% | 0.88% | - |
| XYZ | 29.91 | 55.39 | 9.14 | - |
| YUV | 154.91 | 41.14 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 1 | 0.66 | 0 | 1.00 | 0.12 | 99.91 | 0.99 | 0.44 |
| Hex | 4C | E1 | 1 | 42 | 0 | 64 | C | 64 | 63 | 2C |
| Octal | 114 | 341 | 1 | 102 | 0 | 144 | 14 | 144 | 143 | 54 |
| Binary | 1001100 | 11100001 | 1 | 1000010 | 0 | 1100100 | 1100 | 1100100 | 1100011 | 101100 |
Color Harmonies of #4CE101
Complementary color
Monochromatic Colors of #4CE101
Black with #4CE101
Text Example
Text Example
White with #4CE101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE101; }
p { color: rgb(76,225,1); }
H1.HeaderClassName
{
color: #4CE101;
}
.AnyTagClassName
{
color: #4CE101;
}
</style>
background-color css
<style>
a { background-color: #4CE101; }
a { background-color: rgb(76,225,1); }
div.DivClassName
{
background-color: #4CE101;
}
.BgClassName
{
background-color: #4CE101;
}
</style>
border-color css
<style>
span { border-color: #4CE101; }
span { border-color: rgb(76,225,1); }
td.TdClassName
{
border-color: #4CE101;
}
.TagClassName
{
border-color: #4CE101;
}
</style>