Shades of Fruit Salad #4FA15A
Tints of Fruit Salad #4FA15A
RGB
CMYK
RGB Variations
Color information
#4FA15A (or 0x4FA15A) is known color: Fruit Salad. HEX triplet: 4F, A1 and 5A. RGB value is (79,161,90). Sum of RGB (Red+Green+Blue) = 79+161+90=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA15A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA15A is #B05EA5. Grayscale: #808080. Windows color (decimal): -11558566 or 5939535. OLE color: 5939535.
HSL color Cylindrical-coordinate representation of color #4FA15A: hue angle of 128.05º 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 #4FA15A is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 90 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.37 |
| HSL | 128.05º | 0.34% | 0.47% | - |
| HSV(B) | 128.05º | 0.51% | 0.63% | - |
| XYZ | 17.81 | 27.89 | 14.12 | - |
| YUV | 128.39 | 106.33 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 90 | 0.51 | 0 | 0.44 | 0.37 | 128.05 | 0.34 | 0.47 |
| Hex | 4F | A1 | 5A | 33 | 0 | 2C | 25 | 80 | 22 | 2F |
| Octal | 117 | 241 | 132 | 63 | 0 | 54 | 45 | 200 | 42 | 57 |
| Binary | 1001111 | 10100001 | 1011010 | 110011 | 0 | 101100 | 100101 | 10000000 | 100010 | 101111 |
Color Harmonies of #4FA15A
Complementary color
Monochromatic Colors of #4FA15A
Black with #4FA15A
Text Example
Text Example
White with #4FA15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA15A; }
p { color: rgb(79,161,90); }
H1.HeaderClassName
{
color: #4FA15A;
}
.AnyTagClassName
{
color: #4FA15A;
}
</style>
background-color css
<style>
a { background-color: #4FA15A; }
a { background-color: rgb(79,161,90); }
div.DivClassName
{
background-color: #4FA15A;
}
.BgClassName
{
background-color: #4FA15A;
}
</style>
border-color css
<style>
span { border-color: #4FA15A; }
span { border-color: rgb(79,161,90); }
td.TdClassName
{
border-color: #4FA15A;
}
.TagClassName
{
border-color: #4FA15A;
}
</style>