Shades of Harlequin #4FFF0F
Tints of Harlequin #4FFF0F
RGB
CMYK
RGB Variations
Color information
#4FFF0F (or 0x4FFF0F) is known color: Harlequin. HEX triplet: 4F, FF and 0F. RGB value is (79,255,15). Sum of RGB (Red+Green+Blue) = 79+255+15=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 255 (100% from 255 or 73.07% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFF0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFF0F is #B000F0. Grayscale: #AFAFAF. Windows color (decimal): -11534577 or 1048399. OLE color: 1048399.
HSL color Cylindrical-coordinate representation of color #4FFF0F: hue angle of 104º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4FFF0F is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 15 | - |
| CMYK | 0.69 | 0 | 0.94 | 0 |
| HSL | 104º | 1% | 0.53% | - |
| HSV(B) | 104º | 0.94% | 1% | - |
| XYZ | 39.07 | 73.22 | 12.52 | - |
| YUV | 175.02 | 37.69 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 15 | 0.69 | 0 | 0.94 | 0 | 104 | 1 | 0.53 |
| Hex | 4F | FF | F | 45 | 0 | 5E | 0 | 68 | 64 | 35 |
| Octal | 117 | 377 | 17 | 105 | 0 | 136 | 0 | 150 | 144 | 65 |
| Binary | 1001111 | 11111111 | 1111 | 1000101 | 0 | 1011110 | 0 | 1101000 | 1100100 | 110101 |
Color Harmonies of #4FFF0F
Complementary color
Monochromatic Colors of #4FFF0F
Black with #4FFF0F
Text Example
Text Example
White with #4FFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFF0F; }
p { color: rgb(79,255,15); }
H1.HeaderClassName
{
color: #4FFF0F;
}
.AnyTagClassName
{
color: #4FFF0F;
}
</style>
background-color css
<style>
a { background-color: #4FFF0F; }
a { background-color: rgb(79,255,15); }
div.DivClassName
{
background-color: #4FFF0F;
}
.BgClassName
{
background-color: #4FFF0F;
}
</style>
border-color css
<style>
span { border-color: #4FFF0F; }
span { border-color: rgb(79,255,15); }
td.TdClassName
{
border-color: #4FFF0F;
}
.TagClassName
{
border-color: #4FFF0F;
}
</style>