Shades of Fruit Salad #539850
Tints of Fruit Salad #539850
RGB
CMYK
RGB Variations
Color information
#539850 (or 0x539850) is known color: Fruit Salad. HEX triplet: 53, 98 and 50. RGB value is (83,152,80). Sum of RGB (Red+Green+Blue) = 83+152+80=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #539850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539850 is #AC67AF. Grayscale: #7B7B7B. Windows color (decimal): -11298736 or 5281875. OLE color: 5281875.
HSL color Cylindrical-coordinate representation of color #539850: hue angle of 117.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539850 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 152 | 80 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.40 |
| HSL | 117.5º | 0.31% | 0.45% | - |
| HSV(B) | 117.5º | 0.47% | 0.6% | - |
| XYZ | 16.24 | 24.87 | 11.53 | - |
| YUV | 123.16 | 103.64 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 80 | 0.45 | 0 | 0.47 | 0.40 | 117.5 | 0.31 | 0.45 |
| Hex | 53 | 98 | 50 | 2D | 0 | 2F | 28 | 76 | 1F | 2D |
| Octal | 123 | 230 | 120 | 55 | 0 | 57 | 50 | 166 | 37 | 55 |
| Binary | 1010011 | 10011000 | 1010000 | 101101 | 0 | 101111 | 101000 | 1110110 | 11111 | 101101 |
Color Harmonies of #539850
Complementary color
Monochromatic Colors of #539850
Black with #539850
Text Example
Text Example
White with #539850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539850; }
p { color: rgb(83,152,80); }
H1.HeaderClassName
{
color: #539850;
}
.AnyTagClassName
{
color: #539850;
}
</style>
background-color css
<style>
a { background-color: #539850; }
a { background-color: rgb(83,152,80); }
div.DivClassName
{
background-color: #539850;
}
.BgClassName
{
background-color: #539850;
}
</style>
border-color css
<style>
span { border-color: #539850; }
span { border-color: rgb(83,152,80); }
td.TdClassName
{
border-color: #539850;
}
.TagClassName
{
border-color: #539850;
}
</style>