Shades of Harlequin #4FFF21
Tints of Harlequin #4FFF21
RGB
CMYK
RGB Variations
Color information
#4FFF21 (or 0x4FFF21) is known color: Harlequin. HEX triplet: 4F, FF and 21. RGB value is (79,255,33). Sum of RGB (Red+Green+Blue) = 79+255+33=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 255 (100% from 255 or 69.48% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFF21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFF21 is #B000DE. Grayscale: #B1B1B1. Windows color (decimal): -11534559 or 2228047. OLE color: 2228047.
HSL color Cylindrical-coordinate representation of color #4FFF21: hue angle of 107.57º 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 #4FFF21 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 33 | - |
| CMYK | 0.69 | 0 | 0.87 | 0 |
| HSL | 107.57º | 1% | 0.56% | - |
| HSV(B) | 107.57º | 0.87% | 1% | - |
| XYZ | 39.26 | 73.29 | 13.52 | - |
| YUV | 177.07 | 46.69 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 33 | 0.69 | 0 | 0.87 | 0 | 107.57 | 1 | 0.56 |
| Hex | 4F | FF | 21 | 45 | 0 | 57 | 0 | 6C | 64 | 38 |
| Octal | 117 | 377 | 41 | 105 | 0 | 127 | 0 | 154 | 144 | 70 |
| Binary | 1001111 | 11111111 | 100001 | 1000101 | 0 | 1010111 | 0 | 1101100 | 1100100 | 111000 |
Color Harmonies of #4FFF21
Complementary color
Monochromatic Colors of #4FFF21
Black with #4FFF21
Text Example
Text Example
White with #4FFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFF21; }
p { color: rgb(79,255,33); }
H1.HeaderClassName
{
color: #4FFF21;
}
.AnyTagClassName
{
color: #4FFF21;
}
</style>
background-color css
<style>
a { background-color: #4FFF21; }
a { background-color: rgb(79,255,33); }
div.DivClassName
{
background-color: #4FFF21;
}
.BgClassName
{
background-color: #4FFF21;
}
</style>
border-color css
<style>
span { border-color: #4FFF21; }
span { border-color: rgb(79,255,33); }
td.TdClassName
{
border-color: #4FFF21;
}
.TagClassName
{
border-color: #4FFF21;
}
</style>