#509E55

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

Shades of Fruit Salad #509E55

Tints of Fruit Salad #509E55

Color information

#509E55 (or 0x509E55) is unknown color: approx Fruit Salad. HEX triplet: 50, 9E and 55. RGB value is (80,158,85). Sum of RGB (Red+Green+Blue) = 80+158+85=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 158 - color contains mainly: green. Hex color #509E55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E55 is #AF61AA. Grayscale: #7E7E7E. Windows color (decimal): -11493803 or 5611088. OLE color: 5611088.

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

Color convert

RGB8015885-
CMYK0.4900.460.38
HSL123.85º32.77%46.67%-
HSV(B)123.85º49.37%61.96%-
XYZ17.1726.8212.86-
YUV126.36104.6694.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 158 (62.11% from 255) = 48.92%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=24.77%
G=48.92%
B=26.32%

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
Decimal80158850.4900.460.38123.8532.7746.67
Hex509E553102E267c212f
Octal12023612561056461744157
Binary101000010011110101010111000101011101001101111100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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