Html Css Color HEX #50AB4D Fruit Salad

📋 copy color: '#50AB4D'

red 80 ◦ green 171 ◦ blue 77

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

Shades of Fruit Salad #50AB4D

Tints of Fruit Salad #50AB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.48%

R = 24.39%
G = 52.13%
B = 23.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#50AB4D (or 0x50AB4D) is known color: Fruit Salad. HEX triplet: 50, AB and 4D. RGB value is (80,171,77). Sum of RGB (Red+Green+Blue) = 80+171+77=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB4D is #AF54B2. Grayscale: #858585. Windows color (decimal): -11490483 or 5090128. OLE color: 5090128.

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

Color convert

RGB 80 171 77 -
CMYK 0.53 0 0.55 0.33
HSL 118.09º 0.38% 0.49% -
HSV(B) 118.09º 0.55% 0.67% -
XYZ 19.21 31.37 12.06 -
YUV 133.08 96.35 90.14 -
System Red Green Blue C M Y K H S L
Decimal 80 171 77 0.53 0 0.55 0.33 118.09 0.38 0.49
Hex 50 AB 4D 35 0 37 21 76 26 31
Octal 120 253 115 65 0 67 41 166 46 61
Binary 1010000 10101011 1001101 110101 0 110111 100001 1110110 100110 110001

Color Harmonies of #50AB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB4D

Black with #50AB4D

Text Example


Text Example

White with #50AB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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