Html Css Color HEX #50C155 Fruit Salad

📋 copy color: '#50C155'

red 80 ◦ green 193 ◦ blue 85

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

Shades of Fruit Salad #50C155

Tints of Fruit Salad #50C155

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.91%

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 22.35%
G = 53.91%
B = 23.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#50C155 (or 0x50C155) is known color: Fruit Salad. HEX triplet: 50, C1 and 55. RGB value is (80,193,85). Sum of RGB (Red+Green+Blue) = 80+193+85=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #50C155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C155 is #AF3EAA. Grayscale: #939393. Windows color (decimal): -11484843 or 5620048. OLE color: 5620048.

HSL color Cylindrical-coordinate representation of color #50C155: hue angle of 122.65º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C155 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 193 85 -
CMYK 0.59 0 0.56 0.24
HSL 122.65º 0.48% 0.54% -
HSV(B) 122.65º 0.59% 0.76% -
XYZ 24.02 40.5 15.15 -
YUV 146.9 93.06 80.28 -
System Red Green Blue C M Y K H S L
Decimal 80 193 85 0.59 0 0.56 0.24 122.65 0.48 0.54
Hex 50 C1 55 3B 0 38 18 7B 30 36
Octal 120 301 125 73 0 70 30 173 60 66
Binary 1010000 11000001 1010101 111011 0 111000 11000 1111011 110000 110110

Color Harmonies of #50C155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C155

Black with #50C155

Text Example


Text Example

White with #50C155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,193,85); }

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

background-color css

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

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

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

border-color css

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

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

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