#50B545

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

Shades of Fruit Salad #50B545

Tints of Fruit Salad #50B545

Color information

#50B545 (or 0x50B545) is unknown color: approx Fruit Salad. HEX triplet: 50, B5 and 45. RGB value is (80,181,69). Sum of RGB (Red+Green+Blue) = 80+181+69=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #50B545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B545 is #AF4ABA. Grayscale: #8A8A8A. Windows color (decimal): -11487931 or 4568400. OLE color: 4568400.

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

Color convert

RGB8018169-
CMYK0.5600.620.29
HSL114.11º44.8%49.02%-
HSV(B)114.11º61.88%70.98%-
XYZ20.9135.1811.32-
YUV138.0389.0486.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 181 (71.09% from 255) = 54.85%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=24.24%
G=54.85%
B=20.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80181690.5600.620.29114.1144.849.02
Hex50B5453803E1D722d31
Octal12026510570076351625561
Binary10100001011010110001011110000111110111011110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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