Html Css Color HEX #50AA4F Fruit Salad

📋 copy color: '#50AA4F'

red 80 ◦ green 170 ◦ blue 79

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

Shades of Fruit Salad #50AA4F

Tints of Fruit Salad #50AA4F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.67%

 BLUE value IS 79 (31.25% from 255) = 24.01%

R = 24.32%
G = 51.67%
B = 24.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#50AA4F (or 0x50AA4F) is known color: Fruit Salad. HEX triplet: 50, AA and 4F. RGB value is (80,170,79). Sum of RGB (Red+Green+Blue) = 80+170+79=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AA4F is #AF55B0. Grayscale: #848484. Windows color (decimal): -11490737 or 5220944. OLE color: 5220944.

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

Color convert

RGB 80 170 79 -
CMYK 0.53 0 0.54 0.33
HSL 119.34º 0.37% 0.49% -
HSV(B) 119.34º 0.54% 0.67% -
XYZ 19.09 31.02 12.38 -
YUV 132.72 97.68 90.4 -
System Red Green Blue C M Y K H S L
Decimal 80 170 79 0.53 0 0.54 0.33 119.34 0.37 0.49
Hex 50 AA 4F 35 0 36 21 77 25 31
Octal 120 252 117 65 0 66 41 167 45 61
Binary 1010000 10101010 1001111 110101 0 110110 100001 1110111 100101 110001

Color Harmonies of #50AA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AA4F

Black with #50AA4F

Text Example


Text Example

White with #50AA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,170,79); }

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

background-color css

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

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

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

border-color css

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

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

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