Html Css Color HEX #50AF46 Fruit Salad

📋 copy color: '#50AF46'

red 80 ◦ green 175 ◦ blue 70

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

Shades of Fruit Salad #50AF46

Tints of Fruit Salad #50AF46

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.85%

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 24.62%
G = 53.85%
B = 21.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#50AF46 (or 0x50AF46) is known color: Fruit Salad. HEX triplet: 50, AF and 46. RGB value is (80,175,70). Sum of RGB (Red+Green+Blue) = 80+175+70=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF46 is #AF50B9. Grayscale: #868686. Windows color (decimal): -11489466 or 4632400. OLE color: 4632400.

HSL color Cylindrical-coordinate representation of color #50AF46: hue angle of 114.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50AF46 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 175 70 -
CMYK 0.54 0 0.60 0.31
HSL 114.29º 0.43% 0.48% -
HSV(B) 114.29º 0.6% 0.69% -
XYZ 19.74 32.81 11.09 -
YUV 134.63 91.53 89.04 -
System Red Green Blue C M Y K H S L
Decimal 80 175 70 0.54 0 0.60 0.31 114.29 0.43 0.48
Hex 50 AF 46 36 0 3C 1F 72 2B 30
Octal 120 257 106 66 0 74 37 162 53 60
Binary 1010000 10101111 1000110 110110 0 111100 11111 1110010 101011 110000

Color Harmonies of #50AF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF46

Black with #50AF46

Text Example


Text Example

White with #50AF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,175,70); }

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

background-color css

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

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

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

border-color css

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

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

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