Shades of Fruit Salad #4FA150
Tints of Fruit Salad #4FA150
RGB
CMYK
RGB Variations
Color information
#4FA150 (or 0x4FA150) is known color: Fruit Salad. HEX triplet: 4F, A1 and 50. RGB value is (79,161,80). Sum of RGB (Red+Green+Blue) = 79+161+80=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA150 is #B05EAF. Grayscale: #7F7F7F. Windows color (decimal): -11558576 or 5284175. OLE color: 5284175.
HSL color Cylindrical-coordinate representation of color #4FA150: hue angle of 120.73º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA150 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 80 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.37 |
| HSL | 120.73º | 0.34% | 0.47% | - |
| HSV(B) | 120.73º | 0.51% | 0.63% | - |
| XYZ | 17.42 | 27.73 | 12.02 | - |
| YUV | 127.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 80 | 0.51 | 0 | 0.50 | 0.37 | 120.73 | 0.34 | 0.47 |
| Hex | 4F | A1 | 50 | 33 | 0 | 32 | 25 | 79 | 22 | 2F |
| Octal | 117 | 241 | 120 | 63 | 0 | 62 | 45 | 171 | 42 | 57 |
| Binary | 1001111 | 10100001 | 1010000 | 110011 | 0 | 110010 | 100101 | 1111001 | 100010 | 101111 |
Color Harmonies of #4FA150
Complementary color
Monochromatic Colors of #4FA150
Black with #4FA150
Text Example
Text Example
White with #4FA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA150; }
p { color: rgb(79,161,80); }
H1.HeaderClassName
{
color: #4FA150;
}
.AnyTagClassName
{
color: #4FA150;
}
</style>
background-color css
<style>
a { background-color: #4FA150; }
a { background-color: rgb(79,161,80); }
div.DivClassName
{
background-color: #4FA150;
}
.BgClassName
{
background-color: #4FA150;
}
</style>
border-color css
<style>
span { border-color: #4FA150; }
span { border-color: rgb(79,161,80); }
td.TdClassName
{
border-color: #4FA150;
}
.TagClassName
{
border-color: #4FA150;
}
</style>