Shades of Harlequin #4FE50C
Tints of Harlequin #4FE50C
RGB
CMYK
RGB Variations
Color information
#4FE50C (or 0x4FE50C) is known color: Harlequin. HEX triplet: 4F, E5 and 0C. RGB value is (79,229,12). Sum of RGB (Red+Green+Blue) = 79+229+12=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 229 (89.84% from 255 or 71.56% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 229 - color contains mainly: green. Hex color #4FE50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FE50C is #B01AF3. Grayscale: #A0A0A0. Windows color (decimal): -11541236 or 845135. OLE color: 845135.
HSL color Cylindrical-coordinate representation of color #4FE50C: hue angle of 101.47º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4FE50C is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 229 | 12 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.10 |
| HSL | 101.47º | 0.9% | 0.47% | - |
| HSV(B) | 101.47º | 0.95% | 0.9% | - |
| XYZ | 31.31 | 57.73 | 9.84 | - |
| YUV | 159.41 | 44.81 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 229 | 12 | 0.66 | 0 | 0.95 | 0.10 | 101.47 | 0.9 | 0.47 |
| Hex | 4F | E5 | C | 42 | 0 | 5F | A | 65 | 5A | 2F |
| Octal | 117 | 345 | 14 | 102 | 0 | 137 | 12 | 145 | 132 | 57 |
| Binary | 1001111 | 11100101 | 1100 | 1000010 | 0 | 1011111 | 1010 | 1100101 | 1011010 | 101111 |
Color Harmonies of #4FE50C
Complementary color
Monochromatic Colors of #4FE50C
Black with #4FE50C
Text Example
Text Example
White with #4FE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE50C; }
p { color: rgb(79,229,12); }
H1.HeaderClassName
{
color: #4FE50C;
}
.AnyTagClassName
{
color: #4FE50C;
}
</style>
background-color css
<style>
a { background-color: #4FE50C; }
a { background-color: rgb(79,229,12); }
div.DivClassName
{
background-color: #4FE50C;
}
.BgClassName
{
background-color: #4FE50C;
}
</style>
border-color css
<style>
span { border-color: #4FE50C; }
span { border-color: rgb(79,229,12); }
td.TdClassName
{
border-color: #4FE50C;
}
.TagClassName
{
border-color: #4FE50C;
}
</style>