Shades of Harlequin #4FE416
Tints of Harlequin #4FE416
RGB
CMYK
RGB Variations
Color information
#4FE416 (or 0x4FE416) is known color: Harlequin. HEX triplet: 4F, E4 and 16. RGB value is (79,228,22). Sum of RGB (Red+Green+Blue) = 79+228+22=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 228 (89.45% from 255 or 69.30% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 228 - color contains mainly: green. Hex color #4FE416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FE416 is #B01BE9. Grayscale: #A0A0A0. Windows color (decimal): -11541482 or 1500239. OLE color: 1500239.
HSL color Cylindrical-coordinate representation of color #4FE416: hue angle of 103.4º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4FE416 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 228 | 22 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.11 |
| HSL | 103.4º | 0.82% | 0.49% | - |
| HSV(B) | 103.4º | 0.9% | 0.89% | - |
| XYZ | 31.11 | 57.21 | 10.16 | - |
| YUV | 159.97 | 50.14 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 228 | 22 | 0.65 | 0 | 0.90 | 0.11 | 103.4 | 0.82 | 0.49 |
| Hex | 4F | E4 | 16 | 41 | 0 | 5A | B | 67 | 52 | 31 |
| Octal | 117 | 344 | 26 | 101 | 0 | 132 | 13 | 147 | 122 | 61 |
| Binary | 1001111 | 11100100 | 10110 | 1000001 | 0 | 1011010 | 1011 | 1100111 | 1010010 | 110001 |
Color Harmonies of #4FE416
Complementary color
Monochromatic Colors of #4FE416
Black with #4FE416
Text Example
Text Example
White with #4FE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE416; }
p { color: rgb(79,228,22); }
H1.HeaderClassName
{
color: #4FE416;
}
.AnyTagClassName
{
color: #4FE416;
}
</style>
background-color css
<style>
a { background-color: #4FE416; }
a { background-color: rgb(79,228,22); }
div.DivClassName
{
background-color: #4FE416;
}
.BgClassName
{
background-color: #4FE416;
}
</style>
border-color css
<style>
span { border-color: #4FE416; }
span { border-color: rgb(79,228,22); }
td.TdClassName
{
border-color: #4FE416;
}
.TagClassName
{
border-color: #4FE416;
}
</style>