Shades of Fruit Salad #4FB85B
Tints of Fruit Salad #4FB85B
RGB
CMYK
RGB Variations
Color information
#4FB85B (or 0x4FB85B) is known color: Fruit Salad. HEX triplet: 4F, B8 and 5B. RGB value is (79,184,91). Sum of RGB (Red+Green+Blue) = 79+184+91=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #4FB85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB85B is #B047A4. Grayscale: #8E8E8E. Windows color (decimal): -11552677 or 6010959. OLE color: 6010959.
HSL color Cylindrical-coordinate representation of color #4FB85B: hue angle of 126.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB85B is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 184 | 91 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.28 |
| HSL | 126.86º | 0.43% | 0.52% | - |
| HSV(B) | 126.86º | 0.57% | 0.72% | - |
| XYZ | 22.25 | 36.7 | 15.81 | - |
| YUV | 142 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 184 | 91 | 0.57 | 0 | 0.51 | 0.28 | 126.86 | 0.43 | 0.52 |
| Hex | 4F | B8 | 5B | 39 | 0 | 33 | 1C | 7F | 2B | 34 |
| Octal | 117 | 270 | 133 | 71 | 0 | 63 | 34 | 177 | 53 | 64 |
| Binary | 1001111 | 10111000 | 1011011 | 111001 | 0 | 110011 | 11100 | 1111111 | 101011 | 110100 |
Color Harmonies of #4FB85B
Complementary color
Monochromatic Colors of #4FB85B
Black with #4FB85B
Text Example
Text Example
White with #4FB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB85B; }
p { color: rgb(79,184,91); }
H1.HeaderClassName
{
color: #4FB85B;
}
.AnyTagClassName
{
color: #4FB85B;
}
</style>
background-color css
<style>
a { background-color: #4FB85B; }
a { background-color: rgb(79,184,91); }
div.DivClassName
{
background-color: #4FB85B;
}
.BgClassName
{
background-color: #4FB85B;
}
</style>
border-color css
<style>
span { border-color: #4FB85B; }
span { border-color: rgb(79,184,91); }
td.TdClassName
{
border-color: #4FB85B;
}
.TagClassName
{
border-color: #4FB85B;
}
</style>