Shades of Harlequin #4FFF00
Tints of Harlequin #4FFF00
RGB
CMYK
RGB Variations
Color information
#4FFF00 (or 0x4FFF00) is known color: Harlequin. HEX triplet: 4F, FF and 00. RGB value is (79,255,0). Sum of RGB (Red+Green+Blue) = 79+255+0=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFF00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFF00 is #B000FF. Grayscale: #AEAEAE. Windows color (decimal): -11534592 or 65359. OLE color: 65359.
HSL color Cylindrical-coordinate representation of color #4FFF00: hue angle of 101.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FFF00 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0 |
| HSL | 101.41º | 1% | 0.5% | - |
| HSV(B) | 101.41º | 1% | 1% | - |
| XYZ | 38.98 | 73.18 | 12.07 | - |
| YUV | 173.31 | 30.19 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 0 | 0.69 | 0 | 1 | 0 | 101.41 | 1 | 0.5 |
| Hex | 4F | FF | 0 | 45 | 0 | 64 | 0 | 65 | 64 | 32 |
| Octal | 117 | 377 | 0 | 105 | 0 | 144 | 0 | 145 | 144 | 62 |
| Binary | 1001111 | 11111111 | 0 | 1000101 | 0 | 1100100 | 0 | 1100101 | 1100100 | 110010 |
Color Harmonies of #4FFF00
Complementary color
Monochromatic Colors of #4FFF00
Black with #4FFF00
Text Example
Text Example
White with #4FFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFF00; }
p { color: rgb(79,255,0); }
H1.HeaderClassName
{
color: #4FFF00;
}
.AnyTagClassName
{
color: #4FFF00;
}
</style>
background-color css
<style>
a { background-color: #4FFF00; }
a { background-color: rgb(79,255,0); }
div.DivClassName
{
background-color: #4FFF00;
}
.BgClassName
{
background-color: #4FFF00;
}
</style>
border-color css
<style>
span { border-color: #4FFF00; }
span { border-color: rgb(79,255,0); }
td.TdClassName
{
border-color: #4FFF00;
}
.TagClassName
{
border-color: #4FFF00;
}
</style>