Shades of Harlequin #4FFA2A
Tints of Harlequin #4FFA2A
RGB
CMYK
RGB Variations
Color information
#4FFA2A (or 0x4FFA2A) is known color: Harlequin. HEX triplet: 4F, FA and 2A. RGB value is (79,250,42). Sum of RGB (Red+Green+Blue) = 79+250+42=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFA2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFA2A is #B005D5. Grayscale: #AFAFAF. Windows color (decimal): -11535830 or 2816591. OLE color: 2816591.
HSL color Cylindrical-coordinate representation of color #4FFA2A: hue angle of 109.33º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4FFA2A is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 42 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.02 |
| HSL | 109.33º | 0.95% | 0.57% | - |
| HSV(B) | 109.33º | 0.83% | 0.98% | - |
| XYZ | 37.83 | 70.2 | 13.75 | - |
| YUV | 175.16 | 52.85 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 42 | 0.68 | 0 | 0.83 | 0.02 | 109.33 | 0.95 | 0.57 |
| Hex | 4F | FA | 2A | 44 | 0 | 53 | 2 | 6D | 5F | 39 |
| Octal | 117 | 372 | 52 | 104 | 0 | 123 | 2 | 155 | 137 | 71 |
| Binary | 1001111 | 11111010 | 101010 | 1000100 | 0 | 1010011 | 10 | 1101101 | 1011111 | 111001 |
Color Harmonies of #4FFA2A
Complementary color
Monochromatic Colors of #4FFA2A
Black with #4FFA2A
Text Example
Text Example
White with #4FFA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFA2A; }
p { color: rgb(79,250,42); }
H1.HeaderClassName
{
color: #4FFA2A;
}
.AnyTagClassName
{
color: #4FFA2A;
}
</style>
background-color css
<style>
a { background-color: #4FFA2A; }
a { background-color: rgb(79,250,42); }
div.DivClassName
{
background-color: #4FFA2A;
}
.BgClassName
{
background-color: #4FFA2A;
}
</style>
border-color css
<style>
span { border-color: #4FFA2A; }
span { border-color: rgb(79,250,42); }
td.TdClassName
{
border-color: #4FFA2A;
}
.TagClassName
{
border-color: #4FFA2A;
}
</style>