Shades of Fruit Salad #4FA35E
Tints of Fruit Salad #4FA35E
RGB
CMYK
RGB Variations
Color information
#4FA35E (or 0x4FA35E) is known color: Fruit Salad. HEX triplet: 4F, A3 and 5E. RGB value is (79,163,94). Sum of RGB (Red+Green+Blue) = 79+163+94=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA35E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA35E is #B05CA1. Grayscale: #828282. Windows color (decimal): -11558050 or 6202191. OLE color: 6202191.
HSL color Cylindrical-coordinate representation of color #4FA35E: hue angle of 130.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA35E is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 163 | 94 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.36 |
| HSL | 130.71º | 0.35% | 0.47% | - |
| HSV(B) | 130.71º | 0.52% | 0.64% | - |
| XYZ | 18.34 | 28.66 | 15.16 | - |
| YUV | 130.02 | 107.67 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 94 | 0.52 | 0 | 0.42 | 0.36 | 130.71 | 0.35 | 0.47 |
| Hex | 4F | A3 | 5E | 34 | 0 | 2A | 24 | 83 | 23 | 2F |
| Octal | 117 | 243 | 136 | 64 | 0 | 52 | 44 | 203 | 43 | 57 |
| Binary | 1001111 | 10100011 | 1011110 | 110100 | 0 | 101010 | 100100 | 10000011 | 100011 | 101111 |
Color Harmonies of #4FA35E
Complementary color
Monochromatic Colors of #4FA35E
Black with #4FA35E
Text Example
Text Example
White with #4FA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA35E; }
p { color: rgb(79,163,94); }
H1.HeaderClassName
{
color: #4FA35E;
}
.AnyTagClassName
{
color: #4FA35E;
}
</style>
background-color css
<style>
a { background-color: #4FA35E; }
a { background-color: rgb(79,163,94); }
div.DivClassName
{
background-color: #4FA35E;
}
.BgClassName
{
background-color: #4FA35E;
}
</style>
border-color css
<style>
span { border-color: #4FA35E; }
span { border-color: rgb(79,163,94); }
td.TdClassName
{
border-color: #4FA35E;
}
.TagClassName
{
border-color: #4FA35E;
}
</style>