Shades of Fruit Salad #509952
Tints of Fruit Salad #509952
RGB
CMYK
RGB Variations
Color information
#509952 (or 0x509952) is known color: Fruit Salad. HEX triplet: 50, 99 and 52. RGB value is (80,153,82). Sum of RGB (Red+Green+Blue) = 80+153+82=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #509952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509952 is #AF66AD. Grayscale: #7B7B7B. Windows color (decimal): -11495086 or 5413200. OLE color: 5413200.
HSL color Cylindrical-coordinate representation of color #509952: hue angle of 121.64º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509952 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 82 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.4 |
| HSL | 121.64º | 0.31% | 0.46% | - |
| HSV(B) | 121.64º | 0.48% | 0.6% | - |
| XYZ | 16.22 | 25.1 | 11.97 | - |
| YUV | 123.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 82 | 0.48 | 0 | 0.46 | 0.4 | 121.64 | 0.31 | 0.46 |
| Hex | 50 | 99 | 52 | 30 | 0 | 2E | 28 | 7A | 1F | 2E |
| Octal | 120 | 231 | 122 | 60 | 0 | 56 | 50 | 172 | 37 | 56 |
| Binary | 1010000 | 10011001 | 1010010 | 110000 | 0 | 101110 | 101000 | 1111010 | 11111 | 101110 |
Color Harmonies of #509952
Complementary color
Monochromatic Colors of #509952
Black with #509952
Text Example
Text Example
White with #509952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509952; }
p { color: rgb(80,153,82); }
H1.HeaderClassName
{
color: #509952;
}
.AnyTagClassName
{
color: #509952;
}
</style>
background-color css
<style>
a { background-color: #509952; }
a { background-color: rgb(80,153,82); }
div.DivClassName
{
background-color: #509952;
}
.BgClassName
{
background-color: #509952;
}
</style>
border-color css
<style>
span { border-color: #509952; }
span { border-color: rgb(80,153,82); }
td.TdClassName
{
border-color: #509952;
}
.TagClassName
{
border-color: #509952;
}
</style>