Html Css Color HEX #50B55A Fruit Salad

📋 copy color: '#50B55A'

red 80 ◦ green 181 ◦ blue 90

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

Shades of Fruit Salad #50B55A

Tints of Fruit Salad #50B55A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.57%

 BLUE value IS 90 (35.55% from 255) = 25.64%

R = 22.79%
G = 51.57%
B = 25.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#50B55A (or 0x50B55A) is known color: Fruit Salad. HEX triplet: 50, B5 and 5A. RGB value is (80,181,90). Sum of RGB (Red+Green+Blue) = 80+181+90=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #50B55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B55A is #AF4AA5. Grayscale: #8C8C8C. Windows color (decimal): -11487910 or 5944656. OLE color: 5944656.

HSL color Cylindrical-coordinate representation of color #50B55A: hue angle of 125.94º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B55A is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 181 90 -
CMYK 0.56 0 0.50 0.29
HSL 125.94º 0.41% 0.51% -
HSV(B) 125.94º 0.56% 0.71% -
XYZ 21.68 35.49 15.38 -
YUV 140.43 99.54 84.9 -
System Red Green Blue C M Y K H S L
Decimal 80 181 90 0.56 0 0.50 0.29 125.94 0.41 0.51
Hex 50 B5 5A 38 0 32 1D 7E 29 33
Octal 120 265 132 70 0 62 35 176 51 63
Binary 1010000 10110101 1011010 111000 0 110010 11101 1111110 101001 110011

Color Harmonies of #50B55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B55A

Black with #50B55A

Text Example


Text Example

White with #50B55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,181,90); }

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

background-color css

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

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

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

border-color css

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

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

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