#50BB5A

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

Shades of Fruit Salad #50BB5A

Tints of Fruit Salad #50BB5A

Color information

#50BB5A (or 0x50BB5A) is unknown color: approx Fruit Salad. HEX triplet: 50, BB and 5A. RGB value is (80,187,90). Sum of RGB (Red+Green+Blue) = 80+187+90=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB5A is #AF44A5. Grayscale: #909090. Windows color (decimal): -11486374 or 5946192. OLE color: 5946192.

HSL color Cylindrical-coordinate representation of color #50BB5A: hue angle of 125.61º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BB5A is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB8018790-
CMYK0.5700.520.27
HSL125.61º44.03%52.35%-
HSV(B)125.61º57.22%73.33%-
XYZ22.9237.9815.8-
YUV143.9597.5582.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 187 (73.44% from 255) = 52.38%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=22.41%
G=52.38%
B=25.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80187900.5700.520.27125.6144.0352.35
Hex50BB5A390341B7e2c34
Octal12027313271064331765464
Binary10100001011101110110101110010110100110111111110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,187,90); }

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

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

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

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

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

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

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