Html Css Color HEX #50A654 Fruit Salad

📋 copy color: '#50A654'

red 80 ◦ green 166 ◦ blue 84

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

Shades of Fruit Salad #50A654

Tints of Fruit Salad #50A654

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.3%

 BLUE value IS 84 (33.2% from 255) = 25.45%

R = 24.24%
G = 50.3%
B = 25.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#50A654 (or 0x50A654) is known color: Fruit Salad. HEX triplet: 50, A6 and 54. RGB value is (80,166,84). Sum of RGB (Red+Green+Blue) = 80+166+84=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #50A654 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A654 is #AF59AB. Grayscale: #838383. Windows color (decimal): -11491756 or 5547600. OLE color: 5547600.

HSL color Cylindrical-coordinate representation of color #50A654: hue angle of 122.79º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A654 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 166 84 -
CMYK 0.52 0 0.49 0.35
HSL 122.79º 0.35% 0.48% -
HSV(B) 122.79º 0.52% 0.65% -
XYZ 18.54 29.62 13.13 -
YUV 130.94 101.51 91.67 -
System Red Green Blue C M Y K H S L
Decimal 80 166 84 0.52 0 0.49 0.35 122.79 0.35 0.48
Hex 50 A6 54 34 0 31 23 7B 23 30
Octal 120 246 124 64 0 61 43 173 43 60
Binary 1010000 10100110 1010100 110100 0 110001 100011 1111011 100011 110000

Color Harmonies of #50A654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A654

Black with #50A654

Text Example


Text Example

White with #50A654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,166,84); }

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

background-color css

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

 a { background-color: rgb(80,166,84); }

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

border-color css

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

 span { border-color: rgb(80,166,84); }

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