#50A952

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

Shades of Fruit Salad #50A952

Tints of Fruit Salad #50A952

Color information

#50A952 (or 0x50A952) is unknown color: approx Fruit Salad. HEX triplet: 50, A9 and 52. RGB value is (80,169,82). Sum of RGB (Red+Green+Blue) = 80+169+82=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #50A952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A952 is #AF56AD. Grayscale: #848484. Windows color (decimal): -11490990 or 5417296. OLE color: 5417296.

HSL color Cylindrical-coordinate representation of color #50A952: hue angle of 121.35º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A952 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB8016982-
CMYK0.5300.510.34
HSL121.35º35.74%48.82%-
HSV(B)121.35º52.66%66.27%-
XYZ19.0230.6912.9-
YUV132.4799.5190.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 169 (66.41% from 255) = 51.06%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=24.17%
G=51.06%
B=24.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80169820.5300.510.34121.3535.7448.82
Hex50A9523503322792431
Octal12025112265063421714461
Binary101000010101001101001011010101100111000101111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,169,82); }

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

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

 a { background-color: rgb(80,169,82); }

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

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

 span { border-color: rgb(80,169,82); }

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