#50ab60

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

Shades of Fruit Salad #50AB60

Tints of Fruit Salad #50AB60

Color information

#50AB60 (or 0x50AB60) is unknown color: approx Fruit Salad. HEX triplet: 50, AB and 60. RGB value is (80,171,96). Sum of RGB (Red+Green+Blue) = 80+171+96=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB60 is #AF549F. Grayscale: #878787. Windows color (decimal): -11490464 or 6335312. OLE color: 6335312.

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

Color convert

RGB8017196-
CMYK0.5300.440.33
HSL130.55º36.25%49.22%-
HSV(B)130.55º53.22%67.06%-
XYZ19.9831.6816.13-
YUV135.24105.8588.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=23.05%
G=49.28%
B=27.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80171960.5300.440.33130.5536.2549.22
Hex50AB603502C21832431
Octal12025314065054412034461
Binary1010000101010111100000110101010110010000110000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ab60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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