Html Css Color HEX #50AC44 Fruit Salad

📋 copy color: '#50AC44'

red 80 ◦ green 172 ◦ blue 68

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

Shades of Fruit Salad #50AC44

Tints of Fruit Salad #50AC44

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.75%

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

R = 25%
G = 53.75%
B = 21.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#50AC44 (or 0x50AC44) is known color: Fruit Salad. HEX triplet: 50, AC and 44. RGB value is (80,172,68). Sum of RGB (Red+Green+Blue) = 80+172+68=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AC44 is #AF53BB. Grayscale: #848484. Windows color (decimal): -11490236 or 4500560. OLE color: 4500560.

HSL color Cylindrical-coordinate representation of color #50AC44: hue angle of 113.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50AC44 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 68 -
CMYK 0.53 0 0.60 0.33
HSL 113.08º 0.43% 0.47% -
HSV(B) 113.08º 0.6% 0.67% -
XYZ 19.1 31.63 10.57 -
YUV 132.64 91.52 90.46 -
System Red Green Blue C M Y K H S L
Decimal 80 172 68 0.53 0 0.60 0.33 113.08 0.43 0.47
Hex 50 AC 44 35 0 3C 21 71 2B 2F
Octal 120 254 104 65 0 74 41 161 53 57
Binary 1010000 10101100 1000100 110101 0 111100 100001 1110001 101011 101111

Color Harmonies of #50AC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC44

Black with #50AC44

Text Example


Text Example

White with #50AC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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