Shades of Harlequin #4CFF21
Tints of Harlequin #4CFF21
RGB
CMYK
RGB Variations
Color information
#4CFF21 (or 0x4CFF21) is known color: Harlequin. HEX triplet: 4C, FF and 21. RGB value is (76,255,33). Sum of RGB (Red+Green+Blue) = 76+255+33=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 255 (100% from 255 or 70.05% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFF21 is #B300DE. Grayscale: #B0B0B0. Windows color (decimal): -11731167 or 2228044. OLE color: 2228044.
HSL color Cylindrical-coordinate representation of color #4CFF21: hue angle of 108.38º 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 #4CFF21 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 33 | - |
| CMYK | 0.70 | 0 | 0.87 | 0 |
| HSL | 108.38º | 1% | 0.56% | - |
| HSV(B) | 108.38º | 0.87% | 1% | - |
| XYZ | 39.02 | 73.17 | 13.51 | - |
| YUV | 176.17 | 47.2 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 33 | 0.70 | 0 | 0.87 | 0 | 108.38 | 1 | 0.56 |
| Hex | 4C | FF | 21 | 46 | 0 | 57 | 0 | 6C | 64 | 38 |
| Octal | 114 | 377 | 41 | 106 | 0 | 127 | 0 | 154 | 144 | 70 |
| Binary | 1001100 | 11111111 | 100001 | 1000110 | 0 | 1010111 | 0 | 1101100 | 1100100 | 111000 |
Color Harmonies of #4CFF21
Complementary color
Monochromatic Colors of #4CFF21
Black with #4CFF21
Text Example
Text Example
White with #4CFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFF21; }
p { color: rgb(76,255,33); }
H1.HeaderClassName
{
color: #4CFF21;
}
.AnyTagClassName
{
color: #4CFF21;
}
</style>
background-color css
<style>
a { background-color: #4CFF21; }
a { background-color: rgb(76,255,33); }
div.DivClassName
{
background-color: #4CFF21;
}
.BgClassName
{
background-color: #4CFF21;
}
</style>
border-color css
<style>
span { border-color: #4CFF21; }
span { border-color: rgb(76,255,33); }
td.TdClassName
{
border-color: #4CFF21;
}
.TagClassName
{
border-color: #4CFF21;
}
</style>