Html Css Color HEX #50AB4B Fruit Salad

📋 copy color: '#50AB4B'

red 80 ◦ green 171 ◦ blue 75

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

Shades of Fruit Salad #50AB4B

Tints of Fruit Salad #50AB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.01%

R = 24.54%
G = 52.45%
B = 23.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#50AB4B (or 0x50AB4B) is known color: Fruit Salad. HEX triplet: 50, AB and 4B. RGB value is (80,171,75). Sum of RGB (Red+Green+Blue) = 80+171+75=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB4B is #AF54B4. Grayscale: #858585. Windows color (decimal): -11490485 or 4959056. OLE color: 4959056.

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

Color convert

RGB 80 171 75 -
CMYK 0.53 0 0.56 0.33
HSL 116.88º 0.39% 0.48% -
HSV(B) 116.88º 0.56% 0.67% -
XYZ 19.14 31.34 11.7 -
YUV 132.85 95.35 90.31 -
System Red Green Blue C M Y K H S L
Decimal 80 171 75 0.53 0 0.56 0.33 116.88 0.39 0.48
Hex 50 AB 4B 35 0 38 21 75 27 30
Octal 120 253 113 65 0 70 41 165 47 60
Binary 1010000 10101011 1001011 110101 0 111000 100001 1110101 100111 110000

Color Harmonies of #50AB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB4B

Black with #50AB4B

Text Example


Text Example

White with #50AB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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