Shades of Harlequin #4CFF00
Tints of Harlequin #4CFF00
RGB
CMYK
RGB Variations
Color information
#4CFF00 (or 0x4CFF00) is known color: Harlequin. HEX triplet: 4C, FF and 00. RGB value is (76,255,0). Sum of RGB (Red+Green+Blue) = 76+255+0=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 255 (100% from 255 or 77.04% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFF00 is #B300FF. Grayscale: #ADADAD. Windows color (decimal): -11731200 or 65356. OLE color: 65356.
HSL color Cylindrical-coordinate representation of color #4CFF00: hue angle of 102.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CFF00 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0 |
| HSL | 102.12º | 1% | 0.5% | - |
| HSV(B) | 102.12º | 1% | 1% | - |
| XYZ | 38.74 | 73.06 | 12.06 | - |
| YUV | 172.41 | 30.7 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 0 | 0.70 | 0 | 1 | 0 | 102.12 | 1 | 0.5 |
| Hex | 4C | FF | 0 | 46 | 0 | 64 | 0 | 66 | 64 | 32 |
| Octal | 114 | 377 | 0 | 106 | 0 | 144 | 0 | 146 | 144 | 62 |
| Binary | 1001100 | 11111111 | 0 | 1000110 | 0 | 1100100 | 0 | 1100110 | 1100100 | 110010 |
Color Harmonies of #4CFF00
Complementary color
Monochromatic Colors of #4CFF00
Black with #4CFF00
Text Example
Text Example
White with #4CFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFF00; }
p { color: rgb(76,255,0); }
H1.HeaderClassName
{
color: #4CFF00;
}
.AnyTagClassName
{
color: #4CFF00;
}
</style>
background-color css
<style>
a { background-color: #4CFF00; }
a { background-color: rgb(76,255,0); }
div.DivClassName
{
background-color: #4CFF00;
}
.BgClassName
{
background-color: #4CFF00;
}
</style>
border-color css
<style>
span { border-color: #4CFF00; }
span { border-color: rgb(76,255,0); }
td.TdClassName
{
border-color: #4CFF00;
}
.TagClassName
{
border-color: #4CFF00;
}
</style>