Html Css Color HEX #50B157 Fruit Salad

📋 copy color: '#50B157'

red 80 ◦ green 177 ◦ blue 87

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

Shades of Fruit Salad #50B157

Tints of Fruit Salad #50B157

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.45%

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 23.26%
G = 51.45%
B = 25.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#50B157 (or 0x50B157) is known color: Fruit Salad. HEX triplet: 50, B1 and 57. RGB value is (80,177,87). Sum of RGB (Red+Green+Blue) = 80+177+87=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #50B157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B157 is #AF4EA8. Grayscale: #8A8A8A. Windows color (decimal): -11488937 or 5747024. OLE color: 5747024.

HSL color Cylindrical-coordinate representation of color #50B157: hue angle of 124.33º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B157 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 177 87 -
CMYK 0.55 0 0.51 0.31
HSL 124.33º 0.38% 0.5% -
HSV(B) 124.33º 0.55% 0.69% -
XYZ 20.75 33.84 14.45 -
YUV 137.74 99.36 86.82 -
System Red Green Blue C M Y K H S L
Decimal 80 177 87 0.55 0 0.51 0.31 124.33 0.38 0.5
Hex 50 B1 57 37 0 33 1F 7C 26 32
Octal 120 261 127 67 0 63 37 174 46 62
Binary 1010000 10110001 1010111 110111 0 110011 11111 1111100 100110 110010

Color Harmonies of #50B157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B157

Black with #50B157

Text Example


Text Example

White with #50B157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,177,87); }

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

background-color css

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

 a { background-color: rgb(80,177,87); }

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

border-color css

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

 span { border-color: rgb(80,177,87); }

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