Shades of Fruit Salad #4FB85A
Tints of Fruit Salad #4FB85A
RGB
CMYK
RGB Variations
Color information
#4FB85A (or 0x4FB85A) is known color: Fruit Salad. HEX triplet: 4F, B8 and 5A. RGB value is (79,184,90). Sum of RGB (Red+Green+Blue) = 79+184+90=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #4FB85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB85A is #B047A5. Grayscale: #8E8E8E. Windows color (decimal): -11552678 or 5945423. OLE color: 5945423.
HSL color Cylindrical-coordinate representation of color #4FB85A: hue angle of 126.29º 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 #4FB85A is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 184 | 90 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.28 |
| HSL | 126.29º | 0.43% | 0.52% | - |
| HSV(B) | 126.29º | 0.57% | 0.72% | - |
| XYZ | 22.21 | 36.68 | 15.58 | - |
| YUV | 141.89 | 98.71 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 184 | 90 | 0.57 | 0 | 0.51 | 0.28 | 126.29 | 0.43 | 0.52 |
| Hex | 4F | B8 | 5A | 39 | 0 | 33 | 1C | 7E | 2B | 34 |
| Octal | 117 | 270 | 132 | 71 | 0 | 63 | 34 | 176 | 53 | 64 |
| Binary | 1001111 | 10111000 | 1011010 | 111001 | 0 | 110011 | 11100 | 1111110 | 101011 | 110100 |
Color Harmonies of #4FB85A
Complementary color
Monochromatic Colors of #4FB85A
Black with #4FB85A
Text Example
Text Example
White with #4FB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB85A; }
p { color: rgb(79,184,90); }
H1.HeaderClassName
{
color: #4FB85A;
}
.AnyTagClassName
{
color: #4FB85A;
}
</style>
background-color css
<style>
a { background-color: #4FB85A; }
a { background-color: rgb(79,184,90); }
div.DivClassName
{
background-color: #4FB85A;
}
.BgClassName
{
background-color: #4FB85A;
}
</style>
border-color css
<style>
span { border-color: #4FB85A; }
span { border-color: rgb(79,184,90); }
td.TdClassName
{
border-color: #4FB85A;
}
.TagClassName
{
border-color: #4FB85A;
}
</style>