Shades of Harlequin #4CE600
Tints of Harlequin #4CE600
RGB
CMYK
RGB Variations
Color information
#4CE600 (or 0x4CE600) is known color: Harlequin. HEX triplet: 4C, E6 and 00. RGB value is (76,230,0). Sum of RGB (Red+Green+Blue) = 76+230+0=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 230 (90.23% from 255 or 75.16% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 230 - color contains mainly: green. Hex color #4CE600 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CE600 is #B319FF. Grayscale: #9E9E9E. Windows color (decimal): -11737600 or 58956. OLE color: 58956.
HSL color Cylindrical-coordinate representation of color #4CE600: hue angle of 100.17º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CE600 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 230 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.10 |
| HSL | 100.17º | 1% | 0.45% | - |
| HSV(B) | 100.17º | 1% | 0.9% | - |
| XYZ | 31.28 | 58.13 | 9.57 | - |
| YUV | 157.73 | 38.98 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 230 | 0 | 0.67 | 0 | 1 | 0.10 | 100.17 | 1 | 0.45 |
| Hex | 4C | E6 | 0 | 43 | 0 | 64 | A | 64 | 64 | 2D |
| Octal | 114 | 346 | 0 | 103 | 0 | 144 | 12 | 144 | 144 | 55 |
| Binary | 1001100 | 11100110 | 0 | 1000011 | 0 | 1100100 | 1010 | 1100100 | 1100100 | 101101 |
Color Harmonies of #4CE600
Complementary color
Monochromatic Colors of #4CE600
Black with #4CE600
Text Example
Text Example
White with #4CE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE600; }
p { color: rgb(76,230,0); }
H1.HeaderClassName
{
color: #4CE600;
}
.AnyTagClassName
{
color: #4CE600;
}
</style>
background-color css
<style>
a { background-color: #4CE600; }
a { background-color: rgb(76,230,0); }
div.DivClassName
{
background-color: #4CE600;
}
.BgClassName
{
background-color: #4CE600;
}
</style>
border-color css
<style>
span { border-color: #4CE600; }
span { border-color: rgb(76,230,0); }
td.TdClassName
{
border-color: #4CE600;
}
.TagClassName
{
border-color: #4CE600;
}
</style>