Shades of Harlequin #4FE602
Tints of Harlequin #4FE602
RGB
CMYK
RGB Variations
Color information
#4FE602 (or 0x4FE602) is known color: Harlequin. HEX triplet: 4F, E6 and 02. RGB value is (79,230,2). Sum of RGB (Red+Green+Blue) = 79+230+2=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 230 (90.23% from 255 or 73.95% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 230 - color contains mainly: green. Hex color #4FE602 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FE602 is #B019FD. Grayscale: #9F9F9F. Windows color (decimal): -11540990 or 190031. OLE color: 190031.
HSL color Cylindrical-coordinate representation of color #4FE602: hue angle of 99.74º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4FE602 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 230 | 2 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.10 |
| HSL | 99.74º | 0.98% | 0.45% | - |
| HSV(B) | 99.74º | 0.99% | 0.9% | - |
| XYZ | 31.53 | 58.26 | 9.64 | - |
| YUV | 158.86 | 39.47 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 230 | 2 | 0.66 | 0 | 0.99 | 0.10 | 99.74 | 0.98 | 0.45 |
| Hex | 4F | E6 | 2 | 42 | 0 | 63 | A | 64 | 62 | 2D |
| Octal | 117 | 346 | 2 | 102 | 0 | 143 | 12 | 144 | 142 | 55 |
| Binary | 1001111 | 11100110 | 10 | 1000010 | 0 | 1100011 | 1010 | 1100100 | 1100010 | 101101 |
Color Harmonies of #4FE602
Complementary color
Monochromatic Colors of #4FE602
Black with #4FE602
Text Example
Text Example
White with #4FE602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE602; }
p { color: rgb(79,230,2); }
H1.HeaderClassName
{
color: #4FE602;
}
.AnyTagClassName
{
color: #4FE602;
}
</style>
background-color css
<style>
a { background-color: #4FE602; }
a { background-color: rgb(79,230,2); }
div.DivClassName
{
background-color: #4FE602;
}
.BgClassName
{
background-color: #4FE602;
}
</style>
border-color css
<style>
span { border-color: #4FE602; }
span { border-color: rgb(79,230,2); }
td.TdClassName
{
border-color: #4FE602;
}
.TagClassName
{
border-color: #4FE602;
}
</style>