Shades of Harlequin #4FFA0A
Tints of Harlequin #4FFA0A
RGB
CMYK
RGB Variations
Color information
#4FFA0A (or 0x4FFA0A) is known color: Harlequin. HEX triplet: 4F, FA and 0A. RGB value is (79,250,10). Sum of RGB (Red+Green+Blue) = 79+250+10=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 250 (98.05% from 255 or 73.75% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFA0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFA0A is #B005F5. Grayscale: #ACACAC. Windows color (decimal): -11535862 or 719439. OLE color: 719439.
HSL color Cylindrical-coordinate representation of color #4FFA0A: hue angle of 102.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4FFA0A is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 10 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.02 |
| HSL | 102.75º | 0.96% | 0.51% | - |
| HSV(B) | 102.75º | 0.96% | 0.98% | - |
| XYZ | 37.46 | 70.06 | 11.83 | - |
| YUV | 171.51 | 36.85 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 10 | 0.68 | 0 | 0.96 | 0.02 | 102.75 | 0.96 | 0.51 |
| Hex | 4F | FA | A | 44 | 0 | 60 | 2 | 67 | 60 | 33 |
| Octal | 117 | 372 | 12 | 104 | 0 | 140 | 2 | 147 | 140 | 63 |
| Binary | 1001111 | 11111010 | 1010 | 1000100 | 0 | 1100000 | 10 | 1100111 | 1100000 | 110011 |
Color Harmonies of #4FFA0A
Complementary color
Monochromatic Colors of #4FFA0A
Black with #4FFA0A
Text Example
Text Example
White with #4FFA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFA0A; }
p { color: rgb(79,250,10); }
H1.HeaderClassName
{
color: #4FFA0A;
}
.AnyTagClassName
{
color: #4FFA0A;
}
</style>
background-color css
<style>
a { background-color: #4FFA0A; }
a { background-color: rgb(79,250,10); }
div.DivClassName
{
background-color: #4FFA0A;
}
.BgClassName
{
background-color: #4FFA0A;
}
</style>
border-color css
<style>
span { border-color: #4FFA0A; }
span { border-color: rgb(79,250,10); }
td.TdClassName
{
border-color: #4FFA0A;
}
.TagClassName
{
border-color: #4FFA0A;
}
</style>