Html Css Color HEX #50AB50 Fruit Salad

📋 copy color: '#50AB50'

red 80 ◦ green 171 ◦ blue 80

#50AB50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #50AB50

Tints of Fruit Salad #50AB50

RGB

 RED value IS 80 (31.64% from 255) = 24.17%

 GREEN value IS 171 (67.19% from 255) = 51.66%

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 24.17%
G = 51.66%
B = 24.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#50AB50 (or 0x50AB50) is known color: Fruit Salad. HEX triplet: 50, AB and 50. RGB value is (80,171,80). Sum of RGB (Red+Green+Blue) = 80+171+80=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB50 is #AF54AF. Grayscale: #858585. Windows color (decimal): -11490480 or 5286736. OLE color: 5286736.

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

Color convert

RGB 80 171 80 -
CMYK 0.53 0 0.53 0.33
HSL 120º 0.36% 0.49% -
HSV(B) 120º 0.53% 0.67% -
XYZ 19.32 31.41 12.63 -
YUV 133.42 97.85 89.9 -
System Red Green Blue C M Y K H S L
Decimal 80 171 80 0.53 0 0.53 0.33 120 0.36 0.49
Hex 50 AB 50 35 0 35 21 78 24 31
Octal 120 253 120 65 0 65 41 170 44 61
Binary 1010000 10101011 1010000 110101 0 110101 100001 1111000 100100 110001

Color Harmonies of #50AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB50

Black with #50AB50

Text Example


Text Example

White with #50AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,171,80); }

 H1.HeaderClassName
 {
   color: #50AB50;
 }
 .AnyTagClassName
 {
   color: #50AB50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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