Shades of Fruit Salad #4FAE58
Tints of Fruit Salad #4FAE58
RGB
CMYK
RGB Variations
Color information
#4FAE58 (or 0x4FAE58) is known color: Fruit Salad. HEX triplet: 4F, AE and 58. RGB value is (79,174,88). Sum of RGB (Red+Green+Blue) = 79+174+88=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE58 is #B051A7. Grayscale: #888888. Windows color (decimal): -11555240 or 5811791. OLE color: 5811791.
HSL color Cylindrical-coordinate representation of color #4FAE58: hue angle of 125.68º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAE58 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 88 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.32 |
| HSL | 125.68º | 0.38% | 0.5% | - |
| HSV(B) | 125.68º | 0.55% | 0.68% | - |
| XYZ | 20.12 | 32.64 | 14.47 | - |
| YUV | 135.79 | 101.03 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 88 | 0.55 | 0 | 0.49 | 0.32 | 125.68 | 0.38 | 0.5 |
| Hex | 4F | AE | 58 | 37 | 0 | 31 | 20 | 7E | 26 | 32 |
| Octal | 117 | 256 | 130 | 67 | 0 | 61 | 40 | 176 | 46 | 62 |
| Binary | 1001111 | 10101110 | 1011000 | 110111 | 0 | 110001 | 100000 | 1111110 | 100110 | 110010 |
Color Harmonies of #4FAE58
Complementary color
Monochromatic Colors of #4FAE58
Black with #4FAE58
Text Example
Text Example
White with #4FAE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE58; }
p { color: rgb(79,174,88); }
H1.HeaderClassName
{
color: #4FAE58;
}
.AnyTagClassName
{
color: #4FAE58;
}
</style>
background-color css
<style>
a { background-color: #4FAE58; }
a { background-color: rgb(79,174,88); }
div.DivClassName
{
background-color: #4FAE58;
}
.BgClassName
{
background-color: #4FAE58;
}
</style>
border-color css
<style>
span { border-color: #4FAE58; }
span { border-color: rgb(79,174,88); }
td.TdClassName
{
border-color: #4FAE58;
}
.TagClassName
{
border-color: #4FAE58;
}
</style>