Html Css Color HEX #50B057 Fruit Salad

📋 copy color: '#50B057'

red 80 ◦ green 176 ◦ blue 87

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

Shades of Fruit Salad #50B057

Tints of Fruit Salad #50B057

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.31%

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

R = 23.32%
G = 51.31%
B = 25.36%

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

#50B057 (or 0x50B057) is known color: Fruit Salad. HEX triplet: 50, B0 and 57. RGB value is (80,176,87). Sum of RGB (Red+Green+Blue) = 80+176+87=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #50B057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B057 is #AF4FA8. Grayscale: #898989. Windows color (decimal): -11489193 or 5746768. OLE color: 5746768.

HSL color Cylindrical-coordinate representation of color #50B057: hue angle of 124.38º 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 #50B057 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 176 87 -
CMYK 0.55 0 0.51 0.31
HSL 124.38º 0.38% 0.5% -
HSV(B) 124.38º 0.55% 0.69% -
XYZ 20.55 33.44 14.39 -
YUV 137.15 99.7 87.24 -
System Red Green Blue C M Y K H S L
Decimal 80 176 87 0.55 0 0.51 0.31 124.38 0.38 0.5
Hex 50 B0 57 37 0 33 1F 7C 26 32
Octal 120 260 127 67 0 63 37 174 46 62
Binary 1010000 10110000 1010111 110111 0 110011 11111 1111100 100110 110010

Color Harmonies of #50B057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B057

Black with #50B057

Text Example


Text Example

White with #50B057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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