Shades of Harlequin #4FFE02
Tints of Harlequin #4FFE02
RGB
CMYK
RGB Variations
Color information
#4FFE02 (or 0x4FFE02) is known color: Harlequin. HEX triplet: 4F, FE and 02. RGB value is (79,254,2). Sum of RGB (Red+Green+Blue) = 79+254+2=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 254 (99.61% from 255 or 75.82% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFE02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFE02 is #B001FD. Grayscale: #ADADAD. Windows color (decimal): -11534846 or 196175. OLE color: 196175.
HSL color Cylindrical-coordinate representation of color #4FFE02: hue angle of 101.67º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4FFE02 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.00 |
| HSL | 101.67º | 0.99% | 0.5% | - |
| HSV(B) | 101.67º | 0.99% | 1% | - |
| XYZ | 38.68 | 72.55 | 12.02 | - |
| YUV | 172.95 | 31.52 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 2 | 0.69 | 0 | 0.99 | 0.00 | 101.67 | 0.99 | 0.5 |
| Hex | 4F | FE | 2 | 45 | 0 | 63 | 0 | 66 | 63 | 32 |
| Octal | 117 | 376 | 2 | 105 | 0 | 143 | 0 | 146 | 143 | 62 |
| Binary | 1001111 | 11111110 | 10 | 1000101 | 0 | 1100011 | 0 | 1100110 | 1100011 | 110010 |
Color Harmonies of #4FFE02
Complementary color
Monochromatic Colors of #4FFE02
Black with #4FFE02
Text Example
Text Example
White with #4FFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFE02; }
p { color: rgb(79,254,2); }
H1.HeaderClassName
{
color: #4FFE02;
}
.AnyTagClassName
{
color: #4FFE02;
}
</style>
background-color css
<style>
a { background-color: #4FFE02; }
a { background-color: rgb(79,254,2); }
div.DivClassName
{
background-color: #4FFE02;
}
.BgClassName
{
background-color: #4FFE02;
}
</style>
border-color css
<style>
span { border-color: #4FFE02; }
span { border-color: rgb(79,254,2); }
td.TdClassName
{
border-color: #4FFE02;
}
.TagClassName
{
border-color: #4FFE02;
}
</style>