Shades of Harlequin #4FF50E
Tints of Harlequin #4FF50E
RGB
CMYK
RGB Variations
Color information
#4FF50E (or 0x4FF50E) is known color: Harlequin. HEX triplet: 4F, F5 and 0E. RGB value is (79,245,14). Sum of RGB (Red+Green+Blue) = 79+245+14=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 245 (96.09% from 255 or 72.49% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 245 - color contains mainly: green. Hex color #4FF50E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF50E is #B00AF1. Grayscale: #A9A9A9. Windows color (decimal): -11537138 or 980303. OLE color: 980303.
HSL color Cylindrical-coordinate representation of color #4FF50E: hue angle of 103.12º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4FF50E is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 245 | 14 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.04 |
| HSL | 103.12º | 0.92% | 0.51% | - |
| HSV(B) | 103.12º | 0.94% | 0.96% | - |
| XYZ | 35.96 | 67 | 11.45 | - |
| YUV | 169.03 | 40.5 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 245 | 14 | 0.68 | 0 | 0.94 | 0.04 | 103.12 | 0.92 | 0.51 |
| Hex | 4F | F5 | E | 44 | 0 | 5E | 4 | 67 | 5C | 33 |
| Octal | 117 | 365 | 16 | 104 | 0 | 136 | 4 | 147 | 134 | 63 |
| Binary | 1001111 | 11110101 | 1110 | 1000100 | 0 | 1011110 | 100 | 1100111 | 1011100 | 110011 |
Color Harmonies of #4FF50E
Complementary color
Monochromatic Colors of #4FF50E
Black with #4FF50E
Text Example
Text Example
White with #4FF50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF50E; }
p { color: rgb(79,245,14); }
H1.HeaderClassName
{
color: #4FF50E;
}
.AnyTagClassName
{
color: #4FF50E;
}
</style>
background-color css
<style>
a { background-color: #4FF50E; }
a { background-color: rgb(79,245,14); }
div.DivClassName
{
background-color: #4FF50E;
}
.BgClassName
{
background-color: #4FF50E;
}
</style>
border-color css
<style>
span { border-color: #4FF50E; }
span { border-color: rgb(79,245,14); }
td.TdClassName
{
border-color: #4FF50E;
}
.TagClassName
{
border-color: #4FF50E;
}
</style>