Shades of Fruit Salad #509C4A
Tints of Fruit Salad #509C4A
RGB
CMYK
RGB Variations
Color information
#509C4A (or 0x509C4A) is known color: Fruit Salad. HEX triplet: 50, 9C and 4A. RGB value is (80,156,74). Sum of RGB (Red+Green+Blue) = 80+156+74=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #509C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509C4A is #AF63B5. Grayscale: #7C7C7C. Windows color (decimal): -11494326 or 4889680. OLE color: 4889680.
HSL color Cylindrical-coordinate representation of color #509C4A: hue angle of 115.61º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #509C4A is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 74 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.39 |
| HSL | 115.61º | 0.36% | 0.45% | - |
| HSV(B) | 115.61º | 0.53% | 0.61% | - |
| XYZ | 16.43 | 25.98 | 10.63 | - |
| YUV | 123.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 74 | 0.49 | 0 | 0.53 | 0.39 | 115.61 | 0.36 | 0.45 |
| Hex | 50 | 9C | 4A | 31 | 0 | 35 | 27 | 74 | 24 | 2D |
| Octal | 120 | 234 | 112 | 61 | 0 | 65 | 47 | 164 | 44 | 55 |
| Binary | 1010000 | 10011100 | 1001010 | 110001 | 0 | 110101 | 100111 | 1110100 | 100100 | 101101 |
Color Harmonies of #509C4A
Complementary color
Monochromatic Colors of #509C4A
Black with #509C4A
Text Example
Text Example
White with #509C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C4A; }
p { color: rgb(80,156,74); }
H1.HeaderClassName
{
color: #509C4A;
}
.AnyTagClassName
{
color: #509C4A;
}
</style>
background-color css
<style>
a { background-color: #509C4A; }
a { background-color: rgb(80,156,74); }
div.DivClassName
{
background-color: #509C4A;
}
.BgClassName
{
background-color: #509C4A;
}
</style>
border-color css
<style>
span { border-color: #509C4A; }
span { border-color: rgb(80,156,74); }
td.TdClassName
{
border-color: #509C4A;
}
.TagClassName
{
border-color: #509C4A;
}
</style>