Shades of Harlequin #4FE71C
Tints of Harlequin #4FE71C
RGB
CMYK
RGB Variations
Color information
#4FE71C (or 0x4FE71C) is known color: Harlequin. HEX triplet: 4F, E7 and 1C. RGB value is (79,231,28). Sum of RGB (Red+Green+Blue) = 79+231+28=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 231 (90.62% from 255 or 68.34% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE71C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FE71C is #B018E3. Grayscale: #A3A3A3. Windows color (decimal): -11540708 or 1894223. OLE color: 1894223.
HSL color Cylindrical-coordinate representation of color #4FE71C: hue angle of 104.93º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4FE71C is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 231 | 28 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.09 |
| HSL | 104.93º | 0.81% | 0.51% | - |
| HSV(B) | 104.93º | 0.88% | 0.91% | - |
| XYZ | 32.01 | 58.9 | 10.78 | - |
| YUV | 162.41 | 52.14 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 231 | 28 | 0.66 | 0 | 0.88 | 0.09 | 104.93 | 0.81 | 0.51 |
| Hex | 4F | E7 | 1C | 42 | 0 | 58 | 9 | 69 | 51 | 33 |
| Octal | 117 | 347 | 34 | 102 | 0 | 130 | 11 | 151 | 121 | 63 |
| Binary | 1001111 | 11100111 | 11100 | 1000010 | 0 | 1011000 | 1001 | 1101001 | 1010001 | 110011 |
Color Harmonies of #4FE71C
Complementary color
Monochromatic Colors of #4FE71C
Black with #4FE71C
Text Example
Text Example
White with #4FE71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE71C; }
p { color: rgb(79,231,28); }
H1.HeaderClassName
{
color: #4FE71C;
}
.AnyTagClassName
{
color: #4FE71C;
}
</style>
background-color css
<style>
a { background-color: #4FE71C; }
a { background-color: rgb(79,231,28); }
div.DivClassName
{
background-color: #4FE71C;
}
.BgClassName
{
background-color: #4FE71C;
}
</style>
border-color css
<style>
span { border-color: #4FE71C; }
span { border-color: rgb(79,231,28); }
td.TdClassName
{
border-color: #4FE71C;
}
.TagClassName
{
border-color: #4FE71C;
}
</style>