Shades of Harlequin #4FFF0A
Tints of Harlequin #4FFF0A
RGB
CMYK
RGB Variations
Color information
#4FFF0A (or 0x4FFF0A) is known color: Harlequin. HEX triplet: 4F, FF and 0A. RGB value is (79,255,10). Sum of RGB (Red+Green+Blue) = 79+255+10=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 255 (100% from 255 or 74.13% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFF0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFF0A is #B000F5. Grayscale: #AFAFAF. Windows color (decimal): -11534582 or 720719. OLE color: 720719.
HSL color Cylindrical-coordinate representation of color #4FFF0A: hue angle of 103.1º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4FFF0A is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 10 | - |
| CMYK | 0.69 | 0 | 0.96 | 0 |
| HSL | 103.1º | 1% | 0.52% | - |
| HSV(B) | 103.1º | 0.96% | 1% | - |
| XYZ | 39.04 | 73.2 | 12.36 | - |
| YUV | 174.45 | 35.19 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 10 | 0.69 | 0 | 0.96 | 0 | 103.1 | 1 | 0.52 |
| Hex | 4F | FF | A | 45 | 0 | 60 | 0 | 67 | 64 | 34 |
| Octal | 117 | 377 | 12 | 105 | 0 | 140 | 0 | 147 | 144 | 64 |
| Binary | 1001111 | 11111111 | 1010 | 1000101 | 0 | 1100000 | 0 | 1100111 | 1100100 | 110100 |
Color Harmonies of #4FFF0A
Complementary color
Monochromatic Colors of #4FFF0A
Black with #4FFF0A
Text Example
Text Example
White with #4FFF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFF0A; }
p { color: rgb(79,255,10); }
H1.HeaderClassName
{
color: #4FFF0A;
}
.AnyTagClassName
{
color: #4FFF0A;
}
</style>
background-color css
<style>
a { background-color: #4FFF0A; }
a { background-color: rgb(79,255,10); }
div.DivClassName
{
background-color: #4FFF0A;
}
.BgClassName
{
background-color: #4FFF0A;
}
</style>
border-color css
<style>
span { border-color: #4FFF0A; }
span { border-color: rgb(79,255,10); }
td.TdClassName
{
border-color: #4FFF0A;
}
.TagClassName
{
border-color: #4FFF0A;
}
</style>