Shades of Harlequin #4FFE0E
Tints of Harlequin #4FFE0E
RGB
CMYK
RGB Variations
Color information
#4FFE0E (or 0x4FFE0E) is known color: Harlequin. HEX triplet: 4F, FE and 0E. RGB value is (79,254,14). Sum of RGB (Red+Green+Blue) = 79+254+14=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 254 (99.61% from 255 or 73.20% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFE0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFE0E is #B001F1. Grayscale: #AFAFAF. Windows color (decimal): -11534834 or 982607. OLE color: 982607.
HSL color Cylindrical-coordinate representation of color #4FFE0E: hue angle of 103.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4FFE0E is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 14 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.00 |
| HSL | 103.75º | 0.99% | 0.53% | - |
| HSV(B) | 103.75º | 0.94% | 1% | - |
| XYZ | 38.75 | 72.58 | 12.38 | - |
| YUV | 174.32 | 37.52 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 14 | 0.69 | 0 | 0.94 | 0.00 | 103.75 | 0.99 | 0.53 |
| Hex | 4F | FE | E | 45 | 0 | 5E | 0 | 68 | 63 | 35 |
| Octal | 117 | 376 | 16 | 105 | 0 | 136 | 0 | 150 | 143 | 65 |
| Binary | 1001111 | 11111110 | 1110 | 1000101 | 0 | 1011110 | 0 | 1101000 | 1100011 | 110101 |
Color Harmonies of #4FFE0E
Complementary color
Monochromatic Colors of #4FFE0E
Black with #4FFE0E
Text Example
Text Example
White with #4FFE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFE0E; }
p { color: rgb(79,254,14); }
H1.HeaderClassName
{
color: #4FFE0E;
}
.AnyTagClassName
{
color: #4FFE0E;
}
</style>
background-color css
<style>
a { background-color: #4FFE0E; }
a { background-color: rgb(79,254,14); }
div.DivClassName
{
background-color: #4FFE0E;
}
.BgClassName
{
background-color: #4FFE0E;
}
</style>
border-color css
<style>
span { border-color: #4FFE0E; }
span { border-color: rgb(79,254,14); }
td.TdClassName
{
border-color: #4FFE0E;
}
.TagClassName
{
border-color: #4FFE0E;
}
</style>