#509D56

Color #509D56 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #509D56

Tints of Fruit Salad #509D56

Color information

#509D56 (or 0x509D56) is unknown color: approx Fruit Salad. HEX triplet: 50, 9D and 56. RGB value is (80,157,86). Sum of RGB (Red+Green+Blue) = 80+157+86=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #509D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D56 is #AF62A9. Grayscale: #7E7E7E. Windows color (decimal): -11494058 or 5676368. OLE color: 5676368.

HSL color Cylindrical-coordinate representation of color #509D56: hue angle of 124.68º 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 #509D56 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB8015786-
CMYK0.4900.450.38
HSL124.68º32.49%46.47%-
HSV(B)124.68º49.04%61.57%-
XYZ17.0426.4913.02-
YUV125.88105.4995.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 157 (61.72% from 255) = 48.61%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=24.77%
G=48.61%
B=26.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80157860.4900.450.38124.6832.4946.47
Hex509D563102D267d202e
Octal12023512661055461754056
Binary101000010011101101011011000101011011001101111101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509D56; }

 p { color: rgb(80,157,86); }

 H1.HeaderClassName
 {
   color: #509D56;
 }
 .AnyTagClassName
 {
   color: #509D56;
 }
</style>
background-color css

<style>
 a { background-color: #509D56; }

 a { background-color: rgb(80,157,86); }

 div.DivClassName
 {
   background-color: #509D56;
 }
 .BgClassName
 {
   background-color: #509D56;
 }
</style>
border-color css

<style>
 span { border-color: #509D56; }

 span { border-color: rgb(80,157,86); }

 td.TdClassName
 {
   border-color: #509D56;
 }
 .TagClassName
 {
   border-color: #509D56;
 }
</style>