Html Css Color HEX #50B85C Fruit Salad

📋 copy color: '#50B85C'

red 80 ◦ green 184 ◦ blue 92

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

Shades of Fruit Salad #50B85C

Tints of Fruit Salad #50B85C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.69%

 BLUE value IS 92 (36.33% from 255) = 25.84%

R = 22.47%
G = 51.69%
B = 25.84%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#50B85C (or 0x50B85C) is known color: Fruit Salad. HEX triplet: 50, B8 and 5C. RGB value is (80,184,92). Sum of RGB (Red+Green+Blue) = 80+184+92=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #50B85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B85C is #AF47A3. Grayscale: #8E8E8E. Windows color (decimal): -11487140 or 6076496. OLE color: 6076496.

HSL color Cylindrical-coordinate representation of color #50B85C: hue angle of 126.92º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B85C is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 184 92 -
CMYK 0.57 0 0.50 0.28
HSL 126.92º 0.42% 0.52% -
HSV(B) 126.92º 0.57% 0.72% -
XYZ 22.38 36.76 16.04 -
YUV 142.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 80 184 92 0.57 0 0.50 0.28 126.92 0.42 0.52
Hex 50 B8 5C 39 0 32 1C 7F 2A 34
Octal 120 270 134 71 0 62 34 177 52 64
Binary 1010000 10111000 1011100 111001 0 110010 11100 1111111 101010 110100

Color Harmonies of #50B85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B85C

Black with #50B85C

Text Example


Text Example

White with #50B85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,184,92); }

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

background-color css

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

 a { background-color: rgb(80,184,92); }

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

border-color css

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

 span { border-color: rgb(80,184,92); }

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