Shades of Harlequin #4FE200
Tints of Harlequin #4FE200
RGB
CMYK
RGB Variations
Color information
#4FE200 (or 0x4FE200) is known color: Harlequin. HEX triplet: 4F, E2 and 00. RGB value is (79,226,0). Sum of RGB (Red+Green+Blue) = 79+226+0=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 226 (88.67% from 255 or 74.10% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 226 - color contains mainly: green. Hex color #4FE200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FE200 is #B01DFF. Grayscale: #9D9D9D. Windows color (decimal): -11542016 or 57935. OLE color: 57935.
HSL color Cylindrical-coordinate representation of color #4FE200: hue angle of 99.03º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FE200 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 226 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.11 |
| HSL | 99.03º | 1% | 0.44% | - |
| HSV(B) | 99.03º | 1% | 0.89% | - |
| XYZ | 30.42 | 56.05 | 9.22 | - |
| YUV | 156.28 | 39.8 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 226 | 0 | 0.65 | 0 | 1 | 0.11 | 99.03 | 1 | 0.44 |
| Hex | 4F | E2 | 0 | 41 | 0 | 64 | B | 63 | 64 | 2C |
| Octal | 117 | 342 | 0 | 101 | 0 | 144 | 13 | 143 | 144 | 54 |
| Binary | 1001111 | 11100010 | 0 | 1000001 | 0 | 1100100 | 1011 | 1100011 | 1100100 | 101100 |
Color Harmonies of #4FE200
Complementary color
Monochromatic Colors of #4FE200
Black with #4FE200
Text Example
Text Example
White with #4FE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE200; }
p { color: rgb(79,226,0); }
H1.HeaderClassName
{
color: #4FE200;
}
.AnyTagClassName
{
color: #4FE200;
}
</style>
background-color css
<style>
a { background-color: #4FE200; }
a { background-color: rgb(79,226,0); }
div.DivClassName
{
background-color: #4FE200;
}
.BgClassName
{
background-color: #4FE200;
}
</style>
border-color css
<style>
span { border-color: #4FE200; }
span { border-color: rgb(79,226,0); }
td.TdClassName
{
border-color: #4FE200;
}
.TagClassName
{
border-color: #4FE200;
}
</style>