Shades of Harlequin #4FE705
Tints of Harlequin #4FE705
RGB
CMYK
RGB Variations
Color information
#4FE705 (or 0x4FE705) is known color: Harlequin. HEX triplet: 4F, E7 and 05. RGB value is (79,231,5). Sum of RGB (Red+Green+Blue) = 79+231+5=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 231 (90.62% from 255 or 73.33% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE705 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FE705 is #B018FA. Grayscale: #A0A0A0. Windows color (decimal): -11540731 or 386895. OLE color: 386895.
HSL color Cylindrical-coordinate representation of color #4FE705: hue angle of 100.35º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4FE705 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 231 | 5 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.09 |
| HSL | 100.35º | 0.96% | 0.46% | - |
| HSV(B) | 100.35º | 0.98% | 0.91% | - |
| XYZ | 31.83 | 58.83 | 9.82 | - |
| YUV | 159.79 | 40.64 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 231 | 5 | 0.66 | 0 | 0.98 | 0.09 | 100.35 | 0.96 | 0.46 |
| Hex | 4F | E7 | 5 | 42 | 0 | 62 | 9 | 64 | 60 | 2E |
| Octal | 117 | 347 | 5 | 102 | 0 | 142 | 11 | 144 | 140 | 56 |
| Binary | 1001111 | 11100111 | 101 | 1000010 | 0 | 1100010 | 1001 | 1100100 | 1100000 | 101110 |
Color Harmonies of #4FE705
Complementary color
Monochromatic Colors of #4FE705
Black with #4FE705
Text Example
Text Example
White with #4FE705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE705; }
p { color: rgb(79,231,5); }
H1.HeaderClassName
{
color: #4FE705;
}
.AnyTagClassName
{
color: #4FE705;
}
</style>
background-color css
<style>
a { background-color: #4FE705; }
a { background-color: rgb(79,231,5); }
div.DivClassName
{
background-color: #4FE705;
}
.BgClassName
{
background-color: #4FE705;
}
</style>
border-color css
<style>
span { border-color: #4FE705; }
span { border-color: rgb(79,231,5); }
td.TdClassName
{
border-color: #4FE705;
}
.TagClassName
{
border-color: #4FE705;
}
</style>