Shades of Harlequin #4FE702
Tints of Harlequin #4FE702
RGB
CMYK
RGB Variations
Color information
#4FE702 (or 0x4FE702) is known color: Harlequin. HEX triplet: 4F, E7 and 02. RGB value is (79,231,2). Sum of RGB (Red+Green+Blue) = 79+231+2=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 231 (90.62% from 255 or 74.04% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE702 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FE702 is #B018FD. Grayscale: #A0A0A0. Windows color (decimal): -11540734 or 190287. OLE color: 190287.
HSL color Cylindrical-coordinate representation of color #4FE702: hue angle of 99.83º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4FE702 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 231 | 2 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.09 |
| HSL | 99.83º | 0.98% | 0.46% | - |
| HSV(B) | 99.83º | 0.99% | 0.91% | - |
| XYZ | 31.81 | 58.82 | 9.73 | - |
| YUV | 159.45 | 39.14 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 231 | 2 | 0.66 | 0 | 0.99 | 0.09 | 99.83 | 0.98 | 0.46 |
| Hex | 4F | E7 | 2 | 42 | 0 | 63 | 9 | 64 | 62 | 2E |
| Octal | 117 | 347 | 2 | 102 | 0 | 143 | 11 | 144 | 142 | 56 |
| Binary | 1001111 | 11100111 | 10 | 1000010 | 0 | 1100011 | 1001 | 1100100 | 1100010 | 101110 |
Color Harmonies of #4FE702
Complementary color
Monochromatic Colors of #4FE702
Black with #4FE702
Text Example
Text Example
White with #4FE702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE702; }
p { color: rgb(79,231,2); }
H1.HeaderClassName
{
color: #4FE702;
}
.AnyTagClassName
{
color: #4FE702;
}
</style>
background-color css
<style>
a { background-color: #4FE702; }
a { background-color: rgb(79,231,2); }
div.DivClassName
{
background-color: #4FE702;
}
.BgClassName
{
background-color: #4FE702;
}
</style>
border-color css
<style>
span { border-color: #4FE702; }
span { border-color: rgb(79,231,2); }
td.TdClassName
{
border-color: #4FE702;
}
.TagClassName
{
border-color: #4FE702;
}
</style>