Shades of Harlequin #4CE206
Tints of Harlequin #4CE206
RGB
CMYK
RGB Variations
Color information
#4CE206 (or 0x4CE206) is known color: Harlequin. HEX triplet: 4C, E2 and 06. RGB value is (76,226,6). Sum of RGB (Red+Green+Blue) = 76+226+6=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 226 (88.67% from 255 or 73.38% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 226 - color contains mainly: green. Hex color #4CE206 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE206 is #B31DF9. Grayscale: #9C9C9C. Windows color (decimal): -11738618 or 451148. OLE color: 451148.
HSL color Cylindrical-coordinate representation of color #4CE206: hue angle of 100.91º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4CE206 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 226 | 6 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.11 |
| HSL | 100.91º | 0.95% | 0.45% | - |
| HSV(B) | 100.91º | 0.97% | 0.89% | - |
| XYZ | 30.21 | 55.94 | 9.38 | - |
| YUV | 156.07 | 43.31 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 226 | 6 | 0.66 | 0 | 0.97 | 0.11 | 100.91 | 0.95 | 0.45 |
| Hex | 4C | E2 | 6 | 42 | 0 | 61 | B | 65 | 5F | 2D |
| Octal | 114 | 342 | 6 | 102 | 0 | 141 | 13 | 145 | 137 | 55 |
| Binary | 1001100 | 11100010 | 110 | 1000010 | 0 | 1100001 | 1011 | 1100101 | 1011111 | 101101 |
Color Harmonies of #4CE206
Complementary color
Monochromatic Colors of #4CE206
Black with #4CE206
Text Example
Text Example
White with #4CE206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE206; }
p { color: rgb(76,226,6); }
H1.HeaderClassName
{
color: #4CE206;
}
.AnyTagClassName
{
color: #4CE206;
}
</style>
background-color css
<style>
a { background-color: #4CE206; }
a { background-color: rgb(76,226,6); }
div.DivClassName
{
background-color: #4CE206;
}
.BgClassName
{
background-color: #4CE206;
}
</style>
border-color css
<style>
span { border-color: #4CE206; }
span { border-color: rgb(76,226,6); }
td.TdClassName
{
border-color: #4CE206;
}
.TagClassName
{
border-color: #4CE206;
}
</style>