#50AF45

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

Shades of Fruit Salad #50AF45

Tints of Fruit Salad #50AF45

Color information

#50AF45 (or 0x50AF45) is unknown color: approx Fruit Salad. HEX triplet: 50, AF and 45. RGB value is (80,175,69). Sum of RGB (Red+Green+Blue) = 80+175+69=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF45 is #AF50BA. Grayscale: #868686. Windows color (decimal): -11489467 or 4566864. OLE color: 4566864.

HSL color Cylindrical-coordinate representation of color #50AF45: hue angle of 113.77º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50AF45 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB8017569-
CMYK0.5400.610.31
HSL113.77º43.44%47.84%-
HSV(B)113.77º60.57%68.63%-
XYZ19.7132.810.92-
YUV134.5191.0389.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 175 (68.75% from 255) = 54.01%
BLUE value IS 69 (27.34% from 255) = 21.30%
R=24.69%
G=54.01%
B=21.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80175690.5400.610.31113.7743.4447.84
Hex50AF453603D1F722b30
Octal12025710566075371625360
Binary10100001010111110001011101100111101111111110010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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