Shades of Harlequin #4FFA08
Tints of Harlequin #4FFA08
RGB
CMYK
RGB Variations
Color information
#4FFA08 (or 0x4FFA08) is known color: Harlequin. HEX triplet: 4F, FA and 08. RGB value is (79,250,8). Sum of RGB (Red+Green+Blue) = 79+250+8=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 250 (98.05% from 255 or 74.18% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFA08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFA08 is #B005F7. Grayscale: #ACACAC. Windows color (decimal): -11535864 or 588367. OLE color: 588367.
HSL color Cylindrical-coordinate representation of color #4FFA08: hue angle of 102.4º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4FFA08 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 8 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.02 |
| HSL | 102.4º | 0.96% | 0.51% | - |
| HSV(B) | 102.4º | 0.97% | 0.98% | - |
| XYZ | 37.45 | 70.05 | 11.78 | - |
| YUV | 171.28 | 35.85 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 8 | 0.68 | 0 | 0.97 | 0.02 | 102.4 | 0.96 | 0.51 |
| Hex | 4F | FA | 8 | 44 | 0 | 61 | 2 | 66 | 60 | 33 |
| Octal | 117 | 372 | 10 | 104 | 0 | 141 | 2 | 146 | 140 | 63 |
| Binary | 1001111 | 11111010 | 1000 | 1000100 | 0 | 1100001 | 10 | 1100110 | 1100000 | 110011 |
Color Harmonies of #4FFA08
Complementary color
Monochromatic Colors of #4FFA08
Black with #4FFA08
Text Example
Text Example
White with #4FFA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFA08; }
p { color: rgb(79,250,8); }
H1.HeaderClassName
{
color: #4FFA08;
}
.AnyTagClassName
{
color: #4FFA08;
}
</style>
background-color css
<style>
a { background-color: #4FFA08; }
a { background-color: rgb(79,250,8); }
div.DivClassName
{
background-color: #4FFA08;
}
.BgClassName
{
background-color: #4FFA08;
}
</style>
border-color css
<style>
span { border-color: #4FFA08; }
span { border-color: rgb(79,250,8); }
td.TdClassName
{
border-color: #4FFA08;
}
.TagClassName
{
border-color: #4FFA08;
}
</style>