Shades of Harlequin #4FFC0A
Tints of Harlequin #4FFC0A
RGB
CMYK
RGB Variations
Color information
#4FFC0A (or 0x4FFC0A) is known color: Harlequin. HEX triplet: 4F, FC and 0A. RGB value is (79,252,10). Sum of RGB (Red+Green+Blue) = 79+252+10=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 252 (98.83% from 255 or 73.90% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFC0A is #B003F5. Grayscale: #ADADAD. Windows color (decimal): -11535350 or 719951. OLE color: 719951.
HSL color Cylindrical-coordinate representation of color #4FFC0A: hue angle of 102.89º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4FFC0A is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 10 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.01 |
| HSL | 102.89º | 0.98% | 0.51% | - |
| HSV(B) | 102.89º | 0.96% | 0.99% | - |
| XYZ | 38.09 | 71.3 | 12.04 | - |
| YUV | 172.69 | 36.19 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 10 | 0.69 | 0 | 0.96 | 0.01 | 102.89 | 0.98 | 0.51 |
| Hex | 4F | FC | A | 45 | 0 | 60 | 1 | 67 | 62 | 33 |
| Octal | 117 | 374 | 12 | 105 | 0 | 140 | 1 | 147 | 142 | 63 |
| Binary | 1001111 | 11111100 | 1010 | 1000101 | 0 | 1100000 | 1 | 1100111 | 1100010 | 110011 |
Color Harmonies of #4FFC0A
Complementary color
Monochromatic Colors of #4FFC0A
Black with #4FFC0A
Text Example
Text Example
White with #4FFC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFC0A; }
p { color: rgb(79,252,10); }
H1.HeaderClassName
{
color: #4FFC0A;
}
.AnyTagClassName
{
color: #4FFC0A;
}
</style>
background-color css
<style>
a { background-color: #4FFC0A; }
a { background-color: rgb(79,252,10); }
div.DivClassName
{
background-color: #4FFC0A;
}
.BgClassName
{
background-color: #4FFC0A;
}
</style>
border-color css
<style>
span { border-color: #4FFC0A; }
span { border-color: rgb(79,252,10); }
td.TdClassName
{
border-color: #4FFC0A;
}
.TagClassName
{
border-color: #4FFC0A;
}
</style>