Html Css Color HEX #50B053 Fruit Salad

📋 copy color: '#50B053'

red 80 ◦ green 176 ◦ blue 83

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

Shades of Fruit Salad #50B053

Tints of Fruit Salad #50B053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.48%

R = 23.6%
G = 51.92%
B = 24.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#50B053 (or 0x50B053) is known color: Fruit Salad. HEX triplet: 50, B0 and 53. RGB value is (80,176,83). Sum of RGB (Red+Green+Blue) = 80+176+83=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #50B053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B053 is #AF4FAC. Grayscale: #888888. Windows color (decimal): -11489197 or 5484624. OLE color: 5484624.

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

Color convert

RGB 80 176 83 -
CMYK 0.55 0 0.53 0.31
HSL 121.88º 0.38% 0.5% -
HSV(B) 121.88º 0.55% 0.69% -
XYZ 20.39 33.38 13.55 -
YUV 136.69 97.7 87.56 -
System Red Green Blue C M Y K H S L
Decimal 80 176 83 0.55 0 0.53 0.31 121.88 0.38 0.5
Hex 50 B0 53 37 0 35 1F 7A 26 32
Octal 120 260 123 67 0 65 37 172 46 62
Binary 1010000 10110000 1010011 110111 0 110101 11111 1111010 100110 110010

Color Harmonies of #50B053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B053

Black with #50B053

Text Example


Text Example

White with #50B053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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