Html Css Color HEX #50B05E Fruit Salad

📋 copy color: '#50B05E'

red 80 ◦ green 176 ◦ blue 94

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

Shades of Fruit Salad #50B05E

Tints of Fruit Salad #50B05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 22.86%
G = 50.29%
B = 26.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#50B05E (or 0x50B05E) is known color: Fruit Salad. HEX triplet: 50, B0 and 5E. RGB value is (80,176,94). Sum of RGB (Red+Green+Blue) = 80+176+94=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #50B05E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B05E is #AF4FA1. Grayscale: #8A8A8A. Windows color (decimal): -11489186 or 6205520. OLE color: 6205520.

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

Color convert

RGB 80 176 94 -
CMYK 0.55 0 0.47 0.31
HSL 128.75º 0.38% 0.5% -
HSV(B) 128.75º 0.55% 0.69% -
XYZ 20.85 33.56 15.97 -
YUV 137.95 103.2 86.67 -
System Red Green Blue C M Y K H S L
Decimal 80 176 94 0.55 0 0.47 0.31 128.75 0.38 0.5
Hex 50 B0 5E 37 0 2F 1F 81 26 32
Octal 120 260 136 67 0 57 37 201 46 62
Binary 1010000 10110000 1011110 110111 0 101111 11111 10000001 100110 110010

Color Harmonies of #50B05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B05E

Black with #50B05E

Text Example


Text Example

White with #50B05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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