Shades of Harlequin #4FFF0E
Tints of Harlequin #4FFF0E
RGB
CMYK
RGB Variations
Color information
#4FFF0E (or 0x4FFF0E) is known color: Harlequin. HEX triplet: 4F, FF and 0E. RGB value is (79,255,14). Sum of RGB (Red+Green+Blue) = 79+255+14=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 255 (100% from 255 or 73.28% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFF0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFF0E is #B000F1. Grayscale: #AFAFAF. Windows color (decimal): -11534578 or 982863. OLE color: 982863.
HSL color Cylindrical-coordinate representation of color #4FFF0E: hue angle of 103.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4FFF0E is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 14 | - |
| CMYK | 0.69 | 0 | 0.95 | 0 |
| HSL | 103.82º | 1% | 0.53% | - |
| HSV(B) | 103.82º | 0.95% | 1% | - |
| XYZ | 39.06 | 73.21 | 12.49 | - |
| YUV | 174.9 | 37.19 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 14 | 0.69 | 0 | 0.95 | 0 | 103.82 | 1 | 0.53 |
| Hex | 4F | FF | E | 45 | 0 | 5F | 0 | 68 | 64 | 35 |
| Octal | 117 | 377 | 16 | 105 | 0 | 137 | 0 | 150 | 144 | 65 |
| Binary | 1001111 | 11111111 | 1110 | 1000101 | 0 | 1011111 | 0 | 1101000 | 1100100 | 110101 |
Color Harmonies of #4FFF0E
Complementary color
Monochromatic Colors of #4FFF0E
Black with #4FFF0E
Text Example
Text Example
White with #4FFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFF0E; }
p { color: rgb(79,255,14); }
H1.HeaderClassName
{
color: #4FFF0E;
}
.AnyTagClassName
{
color: #4FFF0E;
}
</style>
background-color css
<style>
a { background-color: #4FFF0E; }
a { background-color: rgb(79,255,14); }
div.DivClassName
{
background-color: #4FFF0E;
}
.BgClassName
{
background-color: #4FFF0E;
}
</style>
border-color css
<style>
span { border-color: #4FFF0E; }
span { border-color: rgb(79,255,14); }
td.TdClassName
{
border-color: #4FFF0E;
}
.TagClassName
{
border-color: #4FFF0E;
}
</style>