Shades of Harlequin #4FEF20
Tints of Harlequin #4FEF20
RGB
CMYK
RGB Variations
Color information
#4FEF20 (or 0x4FEF20) is known color: Harlequin. HEX triplet: 4F, EF and 20. RGB value is (79,239,32). Sum of RGB (Red+Green+Blue) = 79+239+32=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 239 (93.75% from 255 or 68.29% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEF20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FEF20 is #B010DF. Grayscale: #A8A8A8. Windows color (decimal): -11538656 or 2158415. OLE color: 2158415.
HSL color Cylindrical-coordinate representation of color #4FEF20: hue angle of 106.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4FEF20 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 32 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.06 |
| HSL | 106.38º | 0.87% | 0.53% | - |
| HSV(B) | 106.38º | 0.87% | 0.94% | - |
| XYZ | 34.35 | 63.5 | 11.81 | - |
| YUV | 167.56 | 51.49 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 32 | 0.67 | 0 | 0.87 | 0.06 | 106.38 | 0.87 | 0.53 |
| Hex | 4F | EF | 20 | 43 | 0 | 57 | 6 | 6A | 57 | 35 |
| Octal | 117 | 357 | 40 | 103 | 0 | 127 | 6 | 152 | 127 | 65 |
| Binary | 1001111 | 11101111 | 100000 | 1000011 | 0 | 1010111 | 110 | 1101010 | 1010111 | 110101 |
Color Harmonies of #4FEF20
Complementary color
Monochromatic Colors of #4FEF20
Black with #4FEF20
Text Example
Text Example
White with #4FEF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEF20; }
p { color: rgb(79,239,32); }
H1.HeaderClassName
{
color: #4FEF20;
}
.AnyTagClassName
{
color: #4FEF20;
}
</style>
background-color css
<style>
a { background-color: #4FEF20; }
a { background-color: rgb(79,239,32); }
div.DivClassName
{
background-color: #4FEF20;
}
.BgClassName
{
background-color: #4FEF20;
}
</style>
border-color css
<style>
span { border-color: #4FEF20; }
span { border-color: rgb(79,239,32); }
td.TdClassName
{
border-color: #4FEF20;
}
.TagClassName
{
border-color: #4FEF20;
}
</style>