#50BB4F

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

Shades of Fruit Salad #50BB4F

Tints of Fruit Salad #50BB4F

Color information

#50BB4F (or 0x50BB4F) is unknown color: approx Fruit Salad. HEX triplet: 50, BB and 4F. RGB value is (80,187,79). Sum of RGB (Red+Green+Blue) = 80+187+79=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 187 (73.44% from 255 or 54.05% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB4F is #AF44B0. Grayscale: #8F8F8F. Windows color (decimal): -11486385 or 5225296. OLE color: 5225296.

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

Color convert

RGB8018779-
CMYK0.5700.580.27
HSL119.44º44.26%52.16%-
HSV(B)119.44º57.75%73.33%-
XYZ22.4937.8113.51-
YUV142.792.0583.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 187 (73.44% from 255) = 54.05%
BLUE value IS 79 (31.25% from 255) = 22.83%
R=23.12%
G=54.05%
B=22.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80187790.5700.580.27119.4444.2652.16
Hex50BB4F3903A1B772c34
Octal12027311771072331675464
Binary10100001011101110011111110010111010110111110111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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