Html Css Color HEX #50BA5A Fruit Salad

📋 copy color: '#50BA5A'

red 80 ◦ green 186 ◦ blue 90

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

Shades of Fruit Salad #50BA5A

Tints of Fruit Salad #50BA5A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.25%

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

R = 22.47%
G = 52.25%
B = 25.28%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#50BA5A (or 0x50BA5A) is known color: Fruit Salad. HEX triplet: 50, BA and 5A. RGB value is (80,186,90). Sum of RGB (Red+Green+Blue) = 80+186+90=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA5A is #AF45A5. Grayscale: #8F8F8F. Windows color (decimal): -11486630 or 5945936. OLE color: 5945936.

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

Color convert

RGB 80 186 90 -
CMYK 0.57 0 0.52 0.27
HSL 125.66º 0.43% 0.52% -
HSV(B) 125.66º 0.57% 0.73% -
XYZ 22.71 37.56 15.73 -
YUV 143.36 97.88 82.81 -
System Red Green Blue C M Y K H S L
Decimal 80 186 90 0.57 0 0.52 0.27 125.66 0.43 0.52
Hex 50 BA 5A 39 0 34 1B 7E 2B 34
Octal 120 272 132 71 0 64 33 176 53 64
Binary 1010000 10111010 1011010 111001 0 110100 11011 1111110 101011 110100

Color Harmonies of #50BA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA5A

Black with #50BA5A

Text Example


Text Example

White with #50BA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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