Html Css Color HEX #50B950 Fruit Salad

📋 copy color: '#50B950'

red 80 ◦ green 185 ◦ blue 80

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

Shades of Fruit Salad #50B950

Tints of Fruit Salad #50B950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 23.19%
G = 53.62%
B = 23.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#50B950 (or 0x50B950) is known color: Fruit Salad. HEX triplet: 50, B9 and 50. RGB value is (80,185,80). Sum of RGB (Red+Green+Blue) = 80+185+80=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #50B950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B950 is #AF46AF. Grayscale: #8D8D8D. Windows color (decimal): -11486896 or 5290320. OLE color: 5290320.

HSL color Cylindrical-coordinate representation of color #50B950: hue angle of 120º 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 #50B950 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 185 80 -
CMYK 0.57 0 0.57 0.27
HSL 120º 0.43% 0.52% -
HSV(B) 120º 0.57% 0.73% -
XYZ 22.11 36.98 13.56 -
YUV 141.64 93.21 84.04 -
System Red Green Blue C M Y K H S L
Decimal 80 185 80 0.57 0 0.57 0.27 120 0.43 0.52
Hex 50 B9 50 39 0 39 1B 78 2B 34
Octal 120 271 120 71 0 71 33 170 53 64
Binary 1010000 10111001 1010000 111001 0 111001 11011 1111000 101011 110100

Color Harmonies of #50B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B950

Black with #50B950

Text Example


Text Example

White with #50B950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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