#509E56

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

Shades of Fruit Salad #509E56

Tints of Fruit Salad #509E56

Color information

#509E56 (or 0x509E56) is unknown color: approx Fruit Salad. HEX triplet: 50, 9E and 56. RGB value is (80,158,86). Sum of RGB (Red+Green+Blue) = 80+158+86=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 158 (62.11% from 255 or 48.77% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 158 - color contains mainly: green. Hex color #509E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E56 is #AF61A9. Grayscale: #7E7E7E. Windows color (decimal): -11493802 or 5676624. OLE color: 5676624.

HSL color Cylindrical-coordinate representation of color #509E56: hue angle of 124.62º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E56 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB8015886-
CMYK0.4900.460.38
HSL124.62º32.77%46.67%-
HSV(B)124.62º49.37%61.96%-
XYZ17.2126.8313.08-
YUV126.47105.1694.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 158 (62.11% from 255) = 48.77%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=24.69%
G=48.77%
B=26.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80158860.4900.460.38124.6232.7746.67
Hex509E563102E267d212f
Octal12023612661056461754157
Binary101000010011110101011011000101011101001101111101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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