Shades of Harlequin #4FE101
Tints of Harlequin #4FE101
RGB
CMYK
RGB Variations
Color information
#4FE101 (or 0x4FE101) is known color: Harlequin. HEX triplet: 4F, E1 and 01. RGB value is (79,225,1). Sum of RGB (Red+Green+Blue) = 79+225+1=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 225 (88.28% from 255 or 73.77% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE101 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FE101 is #B01EFE. Grayscale: #9C9C9C. Windows color (decimal): -11542271 or 123215. OLE color: 123215.
HSL color Cylindrical-coordinate representation of color #4FE101: hue angle of 99.11º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FE101 is Cyan = 0.65, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 225 | 1 | - |
| CMYK | 0.65 | 0 | 1.00 | 0.12 |
| HSL | 99.11º | 0.99% | 0.44% | - |
| HSV(B) | 99.11º | 1% | 0.88% | - |
| XYZ | 30.16 | 55.51 | 9.15 | - |
| YUV | 155.81 | 40.63 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 225 | 1 | 0.65 | 0 | 1.00 | 0.12 | 99.11 | 0.99 | 0.44 |
| Hex | 4F | E1 | 1 | 41 | 0 | 64 | C | 63 | 63 | 2C |
| Octal | 117 | 341 | 1 | 101 | 0 | 144 | 14 | 143 | 143 | 54 |
| Binary | 1001111 | 11100001 | 1 | 1000001 | 0 | 1100100 | 1100 | 1100011 | 1100011 | 101100 |
Color Harmonies of #4FE101
Complementary color
Monochromatic Colors of #4FE101
Black with #4FE101
Text Example
Text Example
White with #4FE101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE101; }
p { color: rgb(79,225,1); }
H1.HeaderClassName
{
color: #4FE101;
}
.AnyTagClassName
{
color: #4FE101;
}
</style>
background-color css
<style>
a { background-color: #4FE101; }
a { background-color: rgb(79,225,1); }
div.DivClassName
{
background-color: #4FE101;
}
.BgClassName
{
background-color: #4FE101;
}
</style>
border-color css
<style>
span { border-color: #4FE101; }
span { border-color: rgb(79,225,1); }
td.TdClassName
{
border-color: #4FE101;
}
.TagClassName
{
border-color: #4FE101;
}
</style>