Shades of Fruit Salad #539D50
Tints of Fruit Salad #539D50
RGB
CMYK
RGB Variations
Color information
#539D50 (or 0x539D50) is known color: Fruit Salad. HEX triplet: 53, 9D and 50. RGB value is (83,157,80). Sum of RGB (Red+Green+Blue) = 83+157+80=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 157 - color contains mainly: green. Hex color #539D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D50 is #AC62AF. Grayscale: #7E7E7E. Windows color (decimal): -11297456 or 5283155. OLE color: 5283155.
HSL color Cylindrical-coordinate representation of color #539D50: hue angle of 117.66º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #539D50 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 157 | 80 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.38 |
| HSL | 117.66º | 0.32% | 0.46% | - |
| HSV(B) | 117.66º | 0.49% | 0.62% | - |
| XYZ | 17.07 | 26.53 | 11.81 | - |
| YUV | 126.1 | 101.98 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 80 | 0.47 | 0 | 0.49 | 0.38 | 117.66 | 0.32 | 0.46 |
| Hex | 53 | 9D | 50 | 2F | 0 | 31 | 26 | 76 | 20 | 2E |
| Octal | 123 | 235 | 120 | 57 | 0 | 61 | 46 | 166 | 40 | 56 |
| Binary | 1010011 | 10011101 | 1010000 | 101111 | 0 | 110001 | 100110 | 1110110 | 100000 | 101110 |
Color Harmonies of #539D50
Complementary color
Monochromatic Colors of #539D50
Black with #539D50
Text Example
Text Example
White with #539D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539D50; }
p { color: rgb(83,157,80); }
H1.HeaderClassName
{
color: #539D50;
}
.AnyTagClassName
{
color: #539D50;
}
</style>
background-color css
<style>
a { background-color: #539D50; }
a { background-color: rgb(83,157,80); }
div.DivClassName
{
background-color: #539D50;
}
.BgClassName
{
background-color: #539D50;
}
</style>
border-color css
<style>
span { border-color: #539D50; }
span { border-color: rgb(83,157,80); }
td.TdClassName
{
border-color: #539D50;
}
.TagClassName
{
border-color: #539D50;
}
</style>