Html Css Color HEX #50B957 Fruit Salad

📋 copy color: '#50B957'

red 80 ◦ green 185 ◦ blue 87

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

Shades of Fruit Salad #50B957

Tints of Fruit Salad #50B957

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.56%

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

R = 22.73%
G = 52.56%
B = 24.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#50B957 (or 0x50B957) is known color: Fruit Salad. HEX triplet: 50, B9 and 57. RGB value is (80,185,87). Sum of RGB (Red+Green+Blue) = 80+185+87=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #50B957 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B957 is #AF46A8. Grayscale: #8E8E8E. Windows color (decimal): -11486889 or 5749072. OLE color: 5749072.

HSL color Cylindrical-coordinate representation of color #50B957: hue angle of 124º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B957 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 185 87 -
CMYK 0.57 0 0.53 0.27
HSL 124º 0.43% 0.52% -
HSV(B) 124º 0.57% 0.73% -
XYZ 22.38 37.09 15 -
YUV 142.43 96.71 83.47 -
System Red Green Blue C M Y K H S L
Decimal 80 185 87 0.57 0 0.53 0.27 124 0.43 0.52
Hex 50 B9 57 39 0 35 1B 7C 2B 34
Octal 120 271 127 71 0 65 33 174 53 64
Binary 1010000 10111001 1010111 111001 0 110101 11011 1111100 101011 110100

Color Harmonies of #50B957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B957

Black with #50B957

Text Example


Text Example

White with #50B957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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