#509950

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

Shades of Fruit Salad #509950

Tints of Fruit Salad #509950

Color information

#509950 (or 0x509950) is unknown color: approx Fruit Salad. HEX triplet: 50, 99 and 50. RGB value is (80,153,80). Sum of RGB (Red+Green+Blue) = 80+153+80=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #509950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509950 is #AF66AF. Grayscale: #7B7B7B. Windows color (decimal): -11495088 or 5282128. OLE color: 5282128.

HSL color Cylindrical-coordinate representation of color #509950: hue angle of 120º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509950 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB8015380-
CMYK0.4800.480.4
HSL120º31.33%45.69%-
HSV(B)120º47.71%60%-
XYZ16.1525.0711.58-
YUV122.85103.8297.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=25.56%
G=48.88%
B=25.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153800.4800.480.412031.3345.69
Hex5099503003028781f2e
Octal12023112060060501703756
Binary10100001001100110100001100000110000101000111100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509950; }

 p { color: rgb(80,153,80); }

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

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

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

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

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

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

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