Html Css Color HEX #50B94E Fruit Salad

📋 copy color: '#50B94E'

red 80 ◦ green 185 ◦ blue 78

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

Shades of Fruit Salad #50B94E

Tints of Fruit Salad #50B94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.74%

R = 23.32%
G = 53.94%
B = 22.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#50B94E (or 0x50B94E) is known color: Fruit Salad. HEX triplet: 50, B9 and 4E. RGB value is (80,185,78). Sum of RGB (Red+Green+Blue) = 80+185+78=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #50B94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B94E is #AF46B1. Grayscale: #8D8D8D. Windows color (decimal): -11486898 or 5159248. OLE color: 5159248.

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

Color convert

RGB 80 185 78 -
CMYK 0.57 0 0.58 0.27
HSL 118.88º 0.43% 0.52% -
HSV(B) 118.88º 0.58% 0.73% -
XYZ 22.03 36.95 13.18 -
YUV 141.41 92.21 84.2 -
System Red Green Blue C M Y K H S L
Decimal 80 185 78 0.57 0 0.58 0.27 118.88 0.43 0.52
Hex 50 B9 4E 39 0 3A 1B 77 2B 34
Octal 120 271 116 71 0 72 33 167 53 64
Binary 1010000 10111001 1001110 111001 0 111010 11011 1110111 101011 110100

Color Harmonies of #50B94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B94E

Black with #50B94E

Text Example


Text Example

White with #50B94E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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