Shades of Harlequin #4FFF02
Tints of Harlequin #4FFF02
RGB
CMYK
RGB Variations
Color information
#4FFF02 (or 0x4FFF02) is known color: Harlequin. HEX triplet: 4F, FF and 02. RGB value is (79,255,2). Sum of RGB (Red+Green+Blue) = 79+255+2=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 255 (100% from 255 or 75.89% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFF02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFF02 is #B000FD. Grayscale: #AEAEAE. Windows color (decimal): -11534590 or 196431. OLE color: 196431.
HSL color Cylindrical-coordinate representation of color #4FFF02: hue angle of 101.74º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4FFF02 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0 |
| HSL | 101.74º | 1% | 0.5% | - |
| HSV(B) | 101.74º | 0.99% | 1% | - |
| XYZ | 39 | 73.19 | 12.13 | - |
| YUV | 173.53 | 31.19 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 2 | 0.69 | 0 | 0.99 | 0 | 101.74 | 1 | 0.5 |
| Hex | 4F | FF | 2 | 45 | 0 | 63 | 0 | 66 | 64 | 32 |
| Octal | 117 | 377 | 2 | 105 | 0 | 143 | 0 | 146 | 144 | 62 |
| Binary | 1001111 | 11111111 | 10 | 1000101 | 0 | 1100011 | 0 | 1100110 | 1100100 | 110010 |
Color Harmonies of #4FFF02
Complementary color
Monochromatic Colors of #4FFF02
Black with #4FFF02
Text Example
Text Example
White with #4FFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFF02; }
p { color: rgb(79,255,2); }
H1.HeaderClassName
{
color: #4FFF02;
}
.AnyTagClassName
{
color: #4FFF02;
}
</style>
background-color css
<style>
a { background-color: #4FFF02; }
a { background-color: rgb(79,255,2); }
div.DivClassName
{
background-color: #4FFF02;
}
.BgClassName
{
background-color: #4FFF02;
}
</style>
border-color css
<style>
span { border-color: #4FFF02; }
span { border-color: rgb(79,255,2); }
td.TdClassName
{
border-color: #4FFF02;
}
.TagClassName
{
border-color: #4FFF02;
}
</style>