#50B54A

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

Shades of Fruit Salad #50B54A

Tints of Fruit Salad #50B54A

Color information

#50B54A (or 0x50B54A) is unknown color: approx Fruit Salad. HEX triplet: 50, B5 and 4A. RGB value is (80,181,74). Sum of RGB (Red+Green+Blue) = 80+181+74=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #50B54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B54A is #AF4AB5. Grayscale: #8A8A8A. Windows color (decimal): -11487926 or 4896080. OLE color: 4896080.

HSL color Cylindrical-coordinate representation of color #50B54A: hue angle of 116.64º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50B54A is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB8018174-
CMYK0.5600.590.29
HSL116.64º41.96%50%-
HSV(B)116.64º59.12%70.98%-
XYZ21.0735.2512.17-
YUV138.691.5486.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 181 (71.09% from 255) = 54.03%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=23.88%
G=54.03%
B=22.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80181740.5600.590.29116.6441.9650
Hex50B54A3803B1D752a32
Octal12026511270073351655262
Binary10100001011010110010101110000111011111011110101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,181,74); }

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

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

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

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

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

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

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