Shades of Harlequin #4FF121
Tints of Harlequin #4FF121
RGB
CMYK
RGB Variations
Color information
#4FF121 (or 0x4FF121) is known color: Harlequin. HEX triplet: 4F, F1 and 21. RGB value is (79,241,33). Sum of RGB (Red+Green+Blue) = 79+241+33=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 241 (94.53% from 255 or 68.27% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF121 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF121 is #B00EDE. Grayscale: #A9A9A9. Windows color (decimal): -11538143 or 2224463. OLE color: 2224463.
HSL color Cylindrical-coordinate representation of color #4FF121: hue angle of 106.73º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4FF121 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 241 | 33 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.05 |
| HSL | 106.73º | 0.88% | 0.54% | - |
| HSV(B) | 106.73º | 0.86% | 0.95% | - |
| XYZ | 34.95 | 64.68 | 12.08 | - |
| YUV | 168.85 | 51.33 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 241 | 33 | 0.67 | 0 | 0.86 | 0.05 | 106.73 | 0.88 | 0.54 |
| Hex | 4F | F1 | 21 | 43 | 0 | 56 | 5 | 6B | 58 | 36 |
| Octal | 117 | 361 | 41 | 103 | 0 | 126 | 5 | 153 | 130 | 66 |
| Binary | 1001111 | 11110001 | 100001 | 1000011 | 0 | 1010110 | 101 | 1101011 | 1011000 | 110110 |
Color Harmonies of #4FF121
Complementary color
Monochromatic Colors of #4FF121
Black with #4FF121
Text Example
Text Example
White with #4FF121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF121; }
p { color: rgb(79,241,33); }
H1.HeaderClassName
{
color: #4FF121;
}
.AnyTagClassName
{
color: #4FF121;
}
</style>
background-color css
<style>
a { background-color: #4FF121; }
a { background-color: rgb(79,241,33); }
div.DivClassName
{
background-color: #4FF121;
}
.BgClassName
{
background-color: #4FF121;
}
</style>
border-color css
<style>
span { border-color: #4FF121; }
span { border-color: rgb(79,241,33); }
td.TdClassName
{
border-color: #4FF121;
}
.TagClassName
{
border-color: #4FF121;
}
</style>