Shades of Fruit Salad #509C44
Tints of Fruit Salad #509C44
RGB
CMYK
RGB Variations
Color information
#509C44 (or 0x509C44) is known color: Fruit Salad. HEX triplet: 50, 9C and 44. RGB value is (80,156,68). Sum of RGB (Red+Green+Blue) = 80+156+68=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 156 (61.33% from 255 or 51.32% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 156 - color contains mainly: green. Hex color #509C44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509C44 is #AF63BB. Grayscale: #7B7B7B. Windows color (decimal): -11494332 or 4496464. OLE color: 4496464.
HSL color Cylindrical-coordinate representation of color #509C44: hue angle of 111.82º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #509C44 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 68 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.39 |
| HSL | 111.82º | 0.39% | 0.44% | - |
| HSV(B) | 111.82º | 0.56% | 0.61% | - |
| XYZ | 16.24 | 25.9 | 9.61 | - |
| YUV | 123.24 | 96.82 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 68 | 0.49 | 0 | 0.56 | 0.39 | 111.82 | 0.39 | 0.44 |
| Hex | 50 | 9C | 44 | 31 | 0 | 38 | 27 | 70 | 27 | 2C |
| Octal | 120 | 234 | 104 | 61 | 0 | 70 | 47 | 160 | 47 | 54 |
| Binary | 1010000 | 10011100 | 1000100 | 110001 | 0 | 111000 | 100111 | 1110000 | 100111 | 101100 |
Color Harmonies of #509C44
Complementary color
Monochromatic Colors of #509C44
Black with #509C44
Text Example
Text Example
White with #509C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C44; }
p { color: rgb(80,156,68); }
H1.HeaderClassName
{
color: #509C44;
}
.AnyTagClassName
{
color: #509C44;
}
</style>
background-color css
<style>
a { background-color: #509C44; }
a { background-color: rgb(80,156,68); }
div.DivClassName
{
background-color: #509C44;
}
.BgClassName
{
background-color: #509C44;
}
</style>
border-color css
<style>
span { border-color: #509C44; }
span { border-color: rgb(80,156,68); }
td.TdClassName
{
border-color: #509C44;
}
.TagClassName
{
border-color: #509C44;
}
</style>