Html Css Color HEX #50B951 Fruit Salad

📋 copy color: '#50B951'

red 80 ◦ green 185 ◦ blue 81

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

Shades of Fruit Salad #50B951

Tints of Fruit Salad #50B951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 23.12%
G = 53.47%
B = 23.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#50B951 (or 0x50B951) is known color: Fruit Salad. HEX triplet: 50, B9 and 51. RGB value is (80,185,81). Sum of RGB (Red+Green+Blue) = 80+185+81=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #50B951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B951 is #AF46AE. Grayscale: #8E8E8E. Windows color (decimal): -11486895 or 5355856. OLE color: 5355856.

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

Color convert

RGB 80 185 81 -
CMYK 0.57 0 0.56 0.27
HSL 120.57º 0.43% 0.52% -
HSV(B) 120.57º 0.57% 0.73% -
XYZ 22.14 37 13.76 -
YUV 141.75 93.71 83.96 -
System Red Green Blue C M Y K H S L
Decimal 80 185 81 0.57 0 0.56 0.27 120.57 0.43 0.52
Hex 50 B9 51 39 0 38 1B 79 2B 34
Octal 120 271 121 71 0 70 33 171 53 64
Binary 1010000 10111001 1010001 111001 0 111000 11011 1111001 101011 110100

Color Harmonies of #50B951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B951

Black with #50B951

Text Example


Text Example

White with #50B951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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