Shades of Harlequin #4FFA2F
Tints of Harlequin #4FFA2F
RGB
CMYK
RGB Variations
Color information
#4FFA2F (or 0x4FFA2F) is known color: Harlequin. HEX triplet: 4F, FA and 2F. RGB value is (79,250,47). Sum of RGB (Red+Green+Blue) = 79+250+47=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 250 (98.05% from 255 or 66.49% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFA2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFA2F is #B005D0. Grayscale: #B0B0B0. Windows color (decimal): -11535825 or 3144271. OLE color: 3144271.
HSL color Cylindrical-coordinate representation of color #4FFA2F: hue angle of 110.54º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4FFA2F is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 47 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.02 |
| HSL | 110.54º | 0.95% | 0.58% | - |
| HSV(B) | 110.54º | 0.81% | 0.98% | - |
| XYZ | 37.92 | 70.24 | 14.25 | - |
| YUV | 175.73 | 55.35 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 47 | 0.68 | 0 | 0.81 | 0.02 | 110.54 | 0.95 | 0.58 |
| Hex | 4F | FA | 2F | 44 | 0 | 51 | 2 | 6F | 5F | 3A |
| Octal | 117 | 372 | 57 | 104 | 0 | 121 | 2 | 157 | 137 | 72 |
| Binary | 1001111 | 11111010 | 101111 | 1000100 | 0 | 1010001 | 10 | 1101111 | 1011111 | 111010 |
Color Harmonies of #4FFA2F
Complementary color
Monochromatic Colors of #4FFA2F
Black with #4FFA2F
Text Example
Text Example
White with #4FFA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFA2F; }
p { color: rgb(79,250,47); }
H1.HeaderClassName
{
color: #4FFA2F;
}
.AnyTagClassName
{
color: #4FFA2F;
}
</style>
background-color css
<style>
a { background-color: #4FFA2F; }
a { background-color: rgb(79,250,47); }
div.DivClassName
{
background-color: #4FFA2F;
}
.BgClassName
{
background-color: #4FFA2F;
}
</style>
border-color css
<style>
span { border-color: #4FFA2F; }
span { border-color: rgb(79,250,47); }
td.TdClassName
{
border-color: #4FFA2F;
}
.TagClassName
{
border-color: #4FFA2F;
}
</style>