Shades of Harlequin #4FFE14
Tints of Harlequin #4FFE14
RGB
CMYK
RGB Variations
Color information
#4FFE14 (or 0x4FFE14) is known color: Harlequin. HEX triplet: 4F, FE and 14. RGB value is (79,254,20). Sum of RGB (Red+Green+Blue) = 79+254+20=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 254 (99.61% from 255 or 71.95% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFE14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFE14 is #B001EB. Grayscale: #AFAFAF. Windows color (decimal): -11534828 or 1375823. OLE color: 1375823.
HSL color Cylindrical-coordinate representation of color #4FFE14: hue angle of 104.87º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4FFE14 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 20 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.00 |
| HSL | 104.87º | 0.99% | 0.54% | - |
| HSV(B) | 104.87º | 0.92% | 1% | - |
| XYZ | 38.79 | 72.6 | 12.63 | - |
| YUV | 175 | 40.52 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 20 | 0.69 | 0 | 0.92 | 0.00 | 104.87 | 0.99 | 0.54 |
| Hex | 4F | FE | 14 | 45 | 0 | 5C | 0 | 69 | 63 | 36 |
| Octal | 117 | 376 | 24 | 105 | 0 | 134 | 0 | 151 | 143 | 66 |
| Binary | 1001111 | 11111110 | 10100 | 1000101 | 0 | 1011100 | 0 | 1101001 | 1100011 | 110110 |
Color Harmonies of #4FFE14
Complementary color
Monochromatic Colors of #4FFE14
Black with #4FFE14
Text Example
Text Example
White with #4FFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFE14; }
p { color: rgb(79,254,20); }
H1.HeaderClassName
{
color: #4FFE14;
}
.AnyTagClassName
{
color: #4FFE14;
}
</style>
background-color css
<style>
a { background-color: #4FFE14; }
a { background-color: rgb(79,254,20); }
div.DivClassName
{
background-color: #4FFE14;
}
.BgClassName
{
background-color: #4FFE14;
}
</style>
border-color css
<style>
span { border-color: #4FFE14; }
span { border-color: rgb(79,254,20); }
td.TdClassName
{
border-color: #4FFE14;
}
.TagClassName
{
border-color: #4FFE14;
}
</style>