Shades of Harlequin #4FE105
Tints of Harlequin #4FE105
RGB
CMYK
RGB Variations
Color information
#4FE105 (or 0x4FE105) is known color: Harlequin. HEX triplet: 4F, E1 and 05. RGB value is (79,225,5). Sum of RGB (Red+Green+Blue) = 79+225+5=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 225 (88.28% from 255 or 72.82% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE105 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FE105 is #B01EFA. Grayscale: #9D9D9D. Windows color (decimal): -11542267 or 385359. OLE color: 385359.
HSL color Cylindrical-coordinate representation of color #4FE105: hue angle of 99.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4FE105 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 225 | 5 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.12 |
| HSL | 99.82º | 0.96% | 0.45% | - |
| HSV(B) | 99.82º | 0.98% | 0.88% | - |
| XYZ | 30.18 | 55.52 | 9.27 | - |
| YUV | 156.27 | 42.63 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 225 | 5 | 0.65 | 0 | 0.98 | 0.12 | 99.82 | 0.96 | 0.45 |
| Hex | 4F | E1 | 5 | 41 | 0 | 62 | C | 64 | 60 | 2D |
| Octal | 117 | 341 | 5 | 101 | 0 | 142 | 14 | 144 | 140 | 55 |
| Binary | 1001111 | 11100001 | 101 | 1000001 | 0 | 1100010 | 1100 | 1100100 | 1100000 | 101101 |
Color Harmonies of #4FE105
Complementary color
Monochromatic Colors of #4FE105
Black with #4FE105
Text Example
Text Example
White with #4FE105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE105; }
p { color: rgb(79,225,5); }
H1.HeaderClassName
{
color: #4FE105;
}
.AnyTagClassName
{
color: #4FE105;
}
</style>
background-color css
<style>
a { background-color: #4FE105; }
a { background-color: rgb(79,225,5); }
div.DivClassName
{
background-color: #4FE105;
}
.BgClassName
{
background-color: #4FE105;
}
</style>
border-color css
<style>
span { border-color: #4FE105; }
span { border-color: rgb(79,225,5); }
td.TdClassName
{
border-color: #4FE105;
}
.TagClassName
{
border-color: #4FE105;
}
</style>