Shades of Harlequin #4CFC32
Tints of Harlequin #4CFC32
RGB
CMYK
RGB Variations
Color information
#4CFC32 (or 0x4CFC32) is known color: Harlequin. HEX triplet: 4C, FC and 32. RGB value is (76,252,50). Sum of RGB (Red+Green+Blue) = 76+252+50=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 252 (98.83% from 255 or 66.67% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFC32 is #B303CD. Grayscale: #B0B0B0. Windows color (decimal): -11731918 or 3341388. OLE color: 3341388.
HSL color Cylindrical-coordinate representation of color #4CFC32: hue angle of 112.28º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4CFC32 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 50 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.01 |
| HSL | 112.28º | 0.97% | 0.59% | - |
| HSV(B) | 112.28º | 0.8% | 0.99% | - |
| XYZ | 38.37 | 71.39 | 14.77 | - |
| YUV | 176.35 | 56.69 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 50 | 0.70 | 0 | 0.80 | 0.01 | 112.28 | 0.97 | 0.59 |
| Hex | 4C | FC | 32 | 46 | 0 | 50 | 1 | 70 | 61 | 3B |
| Octal | 114 | 374 | 62 | 106 | 0 | 120 | 1 | 160 | 141 | 73 |
| Binary | 1001100 | 11111100 | 110010 | 1000110 | 0 | 1010000 | 1 | 1110000 | 1100001 | 111011 |
Color Harmonies of #4CFC32
Complementary color
Monochromatic Colors of #4CFC32
Black with #4CFC32
Text Example
Text Example
White with #4CFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFC32; }
p { color: rgb(76,252,50); }
H1.HeaderClassName
{
color: #4CFC32;
}
.AnyTagClassName
{
color: #4CFC32;
}
</style>
background-color css
<style>
a { background-color: #4CFC32; }
a { background-color: rgb(76,252,50); }
div.DivClassName
{
background-color: #4CFC32;
}
.BgClassName
{
background-color: #4CFC32;
}
</style>
border-color css
<style>
span { border-color: #4CFC32; }
span { border-color: rgb(76,252,50); }
td.TdClassName
{
border-color: #4CFC32;
}
.TagClassName
{
border-color: #4CFC32;
}
</style>