Shades of Harlequin #4FE70F
Tints of Harlequin #4FE70F
RGB
CMYK
RGB Variations
Color information
#4FE70F (or 0x4FE70F) is known color: Harlequin. HEX triplet: 4F, E7 and 0F. RGB value is (79,231,15). Sum of RGB (Red+Green+Blue) = 79+231+15=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 231 (90.62% from 255 or 71.08% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE70F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FE70F is #B018F0. Grayscale: #A1A1A1. Windows color (decimal): -11540721 or 1042255. OLE color: 1042255.
HSL color Cylindrical-coordinate representation of color #4FE70F: hue angle of 102.22º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4FE70F is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 231 | 15 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.09 |
| HSL | 102.22º | 0.88% | 0.48% | - |
| HSV(B) | 102.22º | 0.94% | 0.91% | - |
| XYZ | 31.89 | 58.85 | 10.13 | - |
| YUV | 160.93 | 45.64 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 231 | 15 | 0.66 | 0 | 0.94 | 0.09 | 102.22 | 0.88 | 0.48 |
| Hex | 4F | E7 | F | 42 | 0 | 5E | 9 | 66 | 58 | 30 |
| Octal | 117 | 347 | 17 | 102 | 0 | 136 | 11 | 146 | 130 | 60 |
| Binary | 1001111 | 11100111 | 1111 | 1000010 | 0 | 1011110 | 1001 | 1100110 | 1011000 | 110000 |
Color Harmonies of #4FE70F
Complementary color
Monochromatic Colors of #4FE70F
Black with #4FE70F
Text Example
Text Example
White with #4FE70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE70F; }
p { color: rgb(79,231,15); }
H1.HeaderClassName
{
color: #4FE70F;
}
.AnyTagClassName
{
color: #4FE70F;
}
</style>
background-color css
<style>
a { background-color: #4FE70F; }
a { background-color: rgb(79,231,15); }
div.DivClassName
{
background-color: #4FE70F;
}
.BgClassName
{
background-color: #4FE70F;
}
</style>
border-color css
<style>
span { border-color: #4FE70F; }
span { border-color: rgb(79,231,15); }
td.TdClassName
{
border-color: #4FE70F;
}
.TagClassName
{
border-color: #4FE70F;
}
</style>