Shades of Harlequin #4CFF20
Tints of Harlequin #4CFF20
RGB
CMYK
RGB Variations
Color information
#4CFF20 (or 0x4CFF20) is known color: Harlequin. HEX triplet: 4C, FF and 20. RGB value is (76,255,32). Sum of RGB (Red+Green+Blue) = 76+255+32=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFF20 is #B300DF. Grayscale: #B0B0B0. Windows color (decimal): -11731168 or 2162508. OLE color: 2162508.
HSL color Cylindrical-coordinate representation of color #4CFF20: hue angle of 108.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4CFF20 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 32 | - |
| CMYK | 0.70 | 0 | 0.87 | 0 |
| HSL | 108.16º | 1% | 0.56% | - |
| HSV(B) | 108.16º | 0.87% | 1% | - |
| XYZ | 39 | 73.16 | 13.43 | - |
| YUV | 176.06 | 46.7 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 32 | 0.70 | 0 | 0.87 | 0 | 108.16 | 1 | 0.56 |
| Hex | 4C | FF | 20 | 46 | 0 | 57 | 0 | 6C | 64 | 38 |
| Octal | 114 | 377 | 40 | 106 | 0 | 127 | 0 | 154 | 144 | 70 |
| Binary | 1001100 | 11111111 | 100000 | 1000110 | 0 | 1010111 | 0 | 1101100 | 1100100 | 111000 |
Color Harmonies of #4CFF20
Complementary color
Monochromatic Colors of #4CFF20
Black with #4CFF20
Text Example
Text Example
White with #4CFF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFF20; }
p { color: rgb(76,255,32); }
H1.HeaderClassName
{
color: #4CFF20;
}
.AnyTagClassName
{
color: #4CFF20;
}
</style>
background-color css
<style>
a { background-color: #4CFF20; }
a { background-color: rgb(76,255,32); }
div.DivClassName
{
background-color: #4CFF20;
}
.BgClassName
{
background-color: #4CFF20;
}
</style>
border-color css
<style>
span { border-color: #4CFF20; }
span { border-color: rgb(76,255,32); }
td.TdClassName
{
border-color: #4CFF20;
}
.TagClassName
{
border-color: #4CFF20;
}
</style>