Html Css Color HEX #50AF44 Fruit Salad

📋 copy color: '#50AF44'

red 80 ◦ green 175 ◦ blue 68

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

Shades of Fruit Salad #50AF44

Tints of Fruit Salad #50AF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.05%

R = 24.77%
G = 54.18%
B = 21.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#50AF44 (or 0x50AF44) is known color: Fruit Salad. HEX triplet: 50, AF and 44. RGB value is (80,175,68). Sum of RGB (Red+Green+Blue) = 80+175+68=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF44 is #AF50BB. Grayscale: #868686. Windows color (decimal): -11489468 or 4501328. OLE color: 4501328.

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

Color convert

RGB 80 175 68 -
CMYK 0.54 0 0.61 0.31
HSL 113.27º 0.44% 0.48% -
HSV(B) 113.27º 0.61% 0.69% -
XYZ 19.68 32.78 10.76 -
YUV 134.4 90.53 89.2 -
System Red Green Blue C M Y K H S L
Decimal 80 175 68 0.54 0 0.61 0.31 113.27 0.44 0.48
Hex 50 AF 44 36 0 3D 1F 71 2C 30
Octal 120 257 104 66 0 75 37 161 54 60
Binary 1010000 10101111 1000100 110110 0 111101 11111 1110001 101100 110000

Color Harmonies of #50AF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF44

Black with #50AF44

Text Example


Text Example

White with #50AF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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