Shades of Harlequin #4FE304
Tints of Harlequin #4FE304
RGB
CMYK
RGB Variations
Color information
#4FE304 (or 0x4FE304) is known color: Harlequin. HEX triplet: 4F, E3 and 04. RGB value is (79,227,4). Sum of RGB (Red+Green+Blue) = 79+227+4=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 227 (89.06% from 255 or 73.23% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 227 - color contains mainly: green. Hex color #4FE304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FE304 is #B01CFB. Grayscale: #9E9E9E. Windows color (decimal): -11541756 or 320335. OLE color: 320335.
HSL color Cylindrical-coordinate representation of color #4FE304: hue angle of 99.82º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4FE304 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 227 | 4 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.11 |
| HSL | 99.82º | 0.97% | 0.45% | - |
| HSV(B) | 99.82º | 0.98% | 0.89% | - |
| XYZ | 30.72 | 56.61 | 9.42 | - |
| YUV | 157.33 | 41.47 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 227 | 4 | 0.65 | 0 | 0.98 | 0.11 | 99.82 | 0.97 | 0.45 |
| Hex | 4F | E3 | 4 | 41 | 0 | 62 | B | 64 | 61 | 2D |
| Octal | 117 | 343 | 4 | 101 | 0 | 142 | 13 | 144 | 141 | 55 |
| Binary | 1001111 | 11100011 | 100 | 1000001 | 0 | 1100010 | 1011 | 1100100 | 1100001 | 101101 |
Color Harmonies of #4FE304
Complementary color
Monochromatic Colors of #4FE304
Black with #4FE304
Text Example
Text Example
White with #4FE304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE304; }
p { color: rgb(79,227,4); }
H1.HeaderClassName
{
color: #4FE304;
}
.AnyTagClassName
{
color: #4FE304;
}
</style>
background-color css
<style>
a { background-color: #4FE304; }
a { background-color: rgb(79,227,4); }
div.DivClassName
{
background-color: #4FE304;
}
.BgClassName
{
background-color: #4FE304;
}
</style>
border-color css
<style>
span { border-color: #4FE304; }
span { border-color: rgb(79,227,4); }
td.TdClassName
{
border-color: #4FE304;
}
.TagClassName
{
border-color: #4FE304;
}
</style>