Shades of Harlequin #4FE504
Tints of Harlequin #4FE504
RGB
CMYK
RGB Variations
Color information
#4FE504 (or 0x4FE504) is known color: Harlequin. HEX triplet: 4F, E5 and 04. RGB value is (79,229,4). Sum of RGB (Red+Green+Blue) = 79+229+4=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 229 (89.84% from 255 or 73.40% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 229 - color contains mainly: green. Hex color #4FE504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FE504 is #B01AFB. Grayscale: #9F9F9F. Windows color (decimal): -11541244 or 320847. OLE color: 320847.
HSL color Cylindrical-coordinate representation of color #4FE504: hue angle of 100º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4FE504 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 229 | 4 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.10 |
| HSL | 100º | 0.97% | 0.46% | - |
| HSV(B) | 100º | 0.98% | 0.9% | - |
| XYZ | 31.27 | 57.71 | 9.61 | - |
| YUV | 158.5 | 40.81 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 229 | 4 | 0.66 | 0 | 0.98 | 0.10 | 100 | 0.97 | 0.46 |
| Hex | 4F | E5 | 4 | 42 | 0 | 62 | A | 64 | 61 | 2E |
| Octal | 117 | 345 | 4 | 102 | 0 | 142 | 12 | 144 | 141 | 56 |
| Binary | 1001111 | 11100101 | 100 | 1000010 | 0 | 1100010 | 1010 | 1100100 | 1100001 | 101110 |
Color Harmonies of #4FE504
Complementary color
Monochromatic Colors of #4FE504
Black with #4FE504
Text Example
Text Example
White with #4FE504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE504; }
p { color: rgb(79,229,4); }
H1.HeaderClassName
{
color: #4FE504;
}
.AnyTagClassName
{
color: #4FE504;
}
</style>
background-color css
<style>
a { background-color: #4FE504; }
a { background-color: rgb(79,229,4); }
div.DivClassName
{
background-color: #4FE504;
}
.BgClassName
{
background-color: #4FE504;
}
</style>
border-color css
<style>
span { border-color: #4FE504; }
span { border-color: rgb(79,229,4); }
td.TdClassName
{
border-color: #4FE504;
}
.TagClassName
{
border-color: #4FE504;
}
</style>