Shades of Harlequin #4CFC00
Tints of Harlequin #4CFC00
RGB
CMYK
RGB Variations
Color information
#4CFC00 (or 0x4CFC00) is known color: Harlequin. HEX triplet: 4C, FC and 00. RGB value is (76,252,0). Sum of RGB (Red+Green+Blue) = 76+252+0=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 252 (98.83% from 255 or 76.83% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFC00 is #B303FF. Grayscale: #ABABAB. Windows color (decimal): -11731968 or 64588. OLE color: 64588.
HSL color Cylindrical-coordinate representation of color #4CFC00: hue angle of 101.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CFC00 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.01 |
| HSL | 101.9º | 1% | 0.49% | - |
| HSV(B) | 101.9º | 1% | 0.99% | - |
| XYZ | 37.79 | 71.16 | 11.74 | - |
| YUV | 170.65 | 31.69 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 0 | 0.70 | 0 | 1 | 0.01 | 101.9 | 1 | 0.49 |
| Hex | 4C | FC | 0 | 46 | 0 | 64 | 1 | 66 | 64 | 31 |
| Octal | 114 | 374 | 0 | 106 | 0 | 144 | 1 | 146 | 144 | 61 |
| Binary | 1001100 | 11111100 | 0 | 1000110 | 0 | 1100100 | 1 | 1100110 | 1100100 | 110001 |
Color Harmonies of #4CFC00
Complementary color
Monochromatic Colors of #4CFC00
Black with #4CFC00
Text Example
Text Example
White with #4CFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFC00; }
p { color: rgb(76,252,0); }
H1.HeaderClassName
{
color: #4CFC00;
}
.AnyTagClassName
{
color: #4CFC00;
}
</style>
background-color css
<style>
a { background-color: #4CFC00; }
a { background-color: rgb(76,252,0); }
div.DivClassName
{
background-color: #4CFC00;
}
.BgClassName
{
background-color: #4CFC00;
}
</style>
border-color css
<style>
span { border-color: #4CFC00; }
span { border-color: rgb(76,252,0); }
td.TdClassName
{
border-color: #4CFC00;
}
.TagClassName
{
border-color: #4CFC00;
}
</style>