Html Css Color HEX #50A856 Fruit Salad

📋 copy color: '#50A856'

red 80 ◦ green 168 ◦ blue 86

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

Shades of Fruit Salad #50A856

Tints of Fruit Salad #50A856

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.3%

 BLUE value IS 86 (33.98% from 255) = 25.75%

R = 23.95%
G = 50.3%
B = 25.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#50A856 (or 0x50A856) is known color: Fruit Salad. HEX triplet: 50, A8 and 56. RGB value is (80,168,86). Sum of RGB (Red+Green+Blue) = 80+168+86=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 168 (66.02% from 255 or 50.30% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 168 - color contains mainly: green. Hex color #50A856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A856 is #AF57A9. Grayscale: #848484. Windows color (decimal): -11491242 or 5679184. OLE color: 5679184.

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

Color convert

RGB 80 168 86 -
CMYK 0.52 0 0.49 0.34
HSL 124.09º 0.35% 0.49% -
HSV(B) 124.09º 0.52% 0.66% -
XYZ 18.99 30.38 13.67 -
YUV 132.34 101.85 90.67 -
System Red Green Blue C M Y K H S L
Decimal 80 168 86 0.52 0 0.49 0.34 124.09 0.35 0.49
Hex 50 A8 56 34 0 31 22 7C 23 31
Octal 120 250 126 64 0 61 42 174 43 61
Binary 1010000 10101000 1010110 110100 0 110001 100010 1111100 100011 110001

Color Harmonies of #50A856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A856

Black with #50A856

Text Example


Text Example

White with #50A856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,168,86); }

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

background-color css

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

 a { background-color: rgb(80,168,86); }

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

border-color css

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

 span { border-color: rgb(80,168,86); }

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