Shades of Harlequin #4FE514
Tints of Harlequin #4FE514
RGB
CMYK
RGB Variations
Color information
#4FE514 (or 0x4FE514) is known color: Harlequin. HEX triplet: 4F, E5 and 14. RGB value is (79,229,20). Sum of RGB (Red+Green+Blue) = 79+229+20=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 229 (89.84% from 255 or 69.82% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 229 - color contains mainly: green. Hex color #4FE514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FE514 is #B01AEB. Grayscale: #A1A1A1. Windows color (decimal): -11541228 or 1369423. OLE color: 1369423.
HSL color Cylindrical-coordinate representation of color #4FE514: hue angle of 103.06º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4FE514 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 229 | 20 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.10 |
| HSL | 103.06º | 0.84% | 0.49% | - |
| HSV(B) | 103.06º | 0.91% | 0.9% | - |
| XYZ | 31.37 | 57.75 | 10.16 | - |
| YUV | 160.32 | 48.81 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 229 | 20 | 0.66 | 0 | 0.91 | 0.10 | 103.06 | 0.84 | 0.49 |
| Hex | 4F | E5 | 14 | 42 | 0 | 5B | A | 67 | 54 | 31 |
| Octal | 117 | 345 | 24 | 102 | 0 | 133 | 12 | 147 | 124 | 61 |
| Binary | 1001111 | 11100101 | 10100 | 1000010 | 0 | 1011011 | 1010 | 1100111 | 1010100 | 110001 |
Color Harmonies of #4FE514
Complementary color
Monochromatic Colors of #4FE514
Black with #4FE514
Text Example
Text Example
White with #4FE514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE514; }
p { color: rgb(79,229,20); }
H1.HeaderClassName
{
color: #4FE514;
}
.AnyTagClassName
{
color: #4FE514;
}
</style>
background-color css
<style>
a { background-color: #4FE514; }
a { background-color: rgb(79,229,20); }
div.DivClassName
{
background-color: #4FE514;
}
.BgClassName
{
background-color: #4FE514;
}
</style>
border-color css
<style>
span { border-color: #4FE514; }
span { border-color: rgb(79,229,20); }
td.TdClassName
{
border-color: #4FE514;
}
.TagClassName
{
border-color: #4FE514;
}
</style>