Shades of Harlequin #4FE700
Tints of Harlequin #4FE700
RGB
CMYK
RGB Variations
Color information
#4FE700 (or 0x4FE700) is known color: Harlequin. HEX triplet: 4F, E7 and 00. RGB value is (79,231,0). Sum of RGB (Red+Green+Blue) = 79+231+0=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 231 (90.62% from 255 or 74.52% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE700 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FE700 is #B018FF. Grayscale: #9F9F9F. Windows color (decimal): -11540736 or 59215. OLE color: 59215.
HSL color Cylindrical-coordinate representation of color #4FE700: hue angle of 99.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FE700 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 231 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.09 |
| HSL | 99.48º | 1% | 0.45% | - |
| HSV(B) | 99.48º | 1% | 0.91% | - |
| XYZ | 31.8 | 58.81 | 9.68 | - |
| YUV | 159.22 | 38.14 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 231 | 0 | 0.66 | 0 | 1 | 0.09 | 99.48 | 1 | 0.45 |
| Hex | 4F | E7 | 0 | 42 | 0 | 64 | 9 | 63 | 64 | 2D |
| Octal | 117 | 347 | 0 | 102 | 0 | 144 | 11 | 143 | 144 | 55 |
| Binary | 1001111 | 11100111 | 0 | 1000010 | 0 | 1100100 | 1001 | 1100011 | 1100100 | 101101 |
Color Harmonies of #4FE700
Complementary color
Monochromatic Colors of #4FE700
Black with #4FE700
Text Example
Text Example
White with #4FE700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE700; }
p { color: rgb(79,231,0); }
H1.HeaderClassName
{
color: #4FE700;
}
.AnyTagClassName
{
color: #4FE700;
}
</style>
background-color css
<style>
a { background-color: #4FE700; }
a { background-color: rgb(79,231,0); }
div.DivClassName
{
background-color: #4FE700;
}
.BgClassName
{
background-color: #4FE700;
}
</style>
border-color css
<style>
span { border-color: #4FE700; }
span { border-color: rgb(79,231,0); }
td.TdClassName
{
border-color: #4FE700;
}
.TagClassName
{
border-color: #4FE700;
}
</style>