#50A960

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

Shades of Fruit Salad #50A960

Tints of Fruit Salad #50A960

Color information

#50A960 (or 0x50A960) is unknown color: approx Fruit Salad. HEX triplet: 50, A9 and 60. RGB value is (80,169,96). Sum of RGB (Red+Green+Blue) = 80+169+96=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #50A960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A960 is #AF569F. Grayscale: #868686. Windows color (decimal): -11490976 or 6334800. OLE color: 6334800.

HSL color Cylindrical-coordinate representation of color #50A960: hue angle of 130.79º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A960 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB8016996-
CMYK0.5300.430.34
HSL130.79º35.74%48.82%-
HSV(B)130.79º52.66%66.27%-
XYZ19.6130.9316-
YUV134.07106.5189.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 169 (66.41% from 255) = 48.99%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=23.19%
G=48.99%
B=27.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80169960.5300.430.34130.7935.7448.82
Hex50A9603502B22832431
Octal12025114065053422034461
Binary1010000101010011100000110101010101110001010000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A960; }

 p { color: rgb(80,169,96); }

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

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

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

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

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

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

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