Shades of Fruit Salad #4FB05E
Tints of Fruit Salad #4FB05E
RGB
CMYK
RGB Variations
Color information
#4FB05E (or 0x4FB05E) is known color: Fruit Salad. HEX triplet: 4F, B0 and 5E. RGB value is (79,176,94). Sum of RGB (Red+Green+Blue) = 79+176+94=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #4FB05E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB05E is #B04FA1. Grayscale: #898989. Windows color (decimal): -11554722 or 6205519. OLE color: 6205519.
HSL color Cylindrical-coordinate representation of color #4FB05E: hue angle of 129.28º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FB05E is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 176 | 94 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.31 |
| HSL | 129.28º | 0.38% | 0.5% | - |
| HSV(B) | 129.28º | 0.55% | 0.69% | - |
| XYZ | 20.77 | 33.52 | 15.97 | - |
| YUV | 137.65 | 103.36 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 176 | 94 | 0.55 | 0 | 0.47 | 0.31 | 129.28 | 0.38 | 0.5 |
| Hex | 4F | B0 | 5E | 37 | 0 | 2F | 1F | 81 | 26 | 32 |
| Octal | 117 | 260 | 136 | 67 | 0 | 57 | 37 | 201 | 46 | 62 |
| Binary | 1001111 | 10110000 | 1011110 | 110111 | 0 | 101111 | 11111 | 10000001 | 100110 | 110010 |
Color Harmonies of #4FB05E
Complementary color
Monochromatic Colors of #4FB05E
Black with #4FB05E
Text Example
Text Example
White with #4FB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB05E; }
p { color: rgb(79,176,94); }
H1.HeaderClassName
{
color: #4FB05E;
}
.AnyTagClassName
{
color: #4FB05E;
}
</style>
background-color css
<style>
a { background-color: #4FB05E; }
a { background-color: rgb(79,176,94); }
div.DivClassName
{
background-color: #4FB05E;
}
.BgClassName
{
background-color: #4FB05E;
}
</style>
border-color css
<style>
span { border-color: #4FB05E; }
span { border-color: rgb(79,176,94); }
td.TdClassName
{
border-color: #4FB05E;
}
.TagClassName
{
border-color: #4FB05E;
}
</style>