Shades of Harlequin #4CE205
Tints of Harlequin #4CE205
RGB
CMYK
RGB Variations
Color information
#4CE205 (or 0x4CE205) is known color: Harlequin. HEX triplet: 4C, E2 and 05. RGB value is (76,226,5). Sum of RGB (Red+Green+Blue) = 76+226+5=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 226 (88.67% from 255 or 73.62% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 226 - color contains mainly: green. Hex color #4CE205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE205 is #B31DFA. Grayscale: #9C9C9C. Windows color (decimal): -11738619 or 385612. OLE color: 385612.
HSL color Cylindrical-coordinate representation of color #4CE205: hue angle of 100.72º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4CE205 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 226 | 5 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.11 |
| HSL | 100.72º | 0.96% | 0.45% | - |
| HSV(B) | 100.72º | 0.98% | 0.89% | - |
| XYZ | 30.2 | 55.94 | 9.35 | - |
| YUV | 155.96 | 42.81 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 226 | 5 | 0.66 | 0 | 0.98 | 0.11 | 100.72 | 0.96 | 0.45 |
| Hex | 4C | E2 | 5 | 42 | 0 | 62 | B | 65 | 60 | 2D |
| Octal | 114 | 342 | 5 | 102 | 0 | 142 | 13 | 145 | 140 | 55 |
| Binary | 1001100 | 11100010 | 101 | 1000010 | 0 | 1100010 | 1011 | 1100101 | 1100000 | 101101 |
Color Harmonies of #4CE205
Complementary color
Monochromatic Colors of #4CE205
Black with #4CE205
Text Example
Text Example
White with #4CE205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE205; }
p { color: rgb(76,226,5); }
H1.HeaderClassName
{
color: #4CE205;
}
.AnyTagClassName
{
color: #4CE205;
}
</style>
background-color css
<style>
a { background-color: #4CE205; }
a { background-color: rgb(76,226,5); }
div.DivClassName
{
background-color: #4CE205;
}
.BgClassName
{
background-color: #4CE205;
}
</style>
border-color css
<style>
span { border-color: #4CE205; }
span { border-color: rgb(76,226,5); }
td.TdClassName
{
border-color: #4CE205;
}
.TagClassName
{
border-color: #4CE205;
}
</style>