Html Css Color HEX #50B259 Fruit Salad

📋 copy color: '#50B259'

red 80 ◦ green 178 ◦ blue 89

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

Shades of Fruit Salad #50B259

Tints of Fruit Salad #50B259

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.3%

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 23.05%
G = 51.3%
B = 25.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#50B259 (or 0x50B259) is known color: Fruit Salad. HEX triplet: 50, B2 and 59. RGB value is (80,178,89). Sum of RGB (Red+Green+Blue) = 80+178+89=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #50B259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B259 is #AF4DA6. Grayscale: #8A8A8A. Windows color (decimal): -11488679 or 5878352. OLE color: 5878352.

HSL color Cylindrical-coordinate representation of color #50B259: hue angle of 125.51º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B259 is Cyan = 0.55, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 89 -
CMYK 0.55 0 0.5 0.30
HSL 125.51º 0.39% 0.51% -
HSV(B) 125.51º 0.55% 0.7% -
XYZ 21.03 34.27 14.96 -
YUV 138.55 100.03 86.24 -
System Red Green Blue C M Y K H S L
Decimal 80 178 89 0.55 0 0.5 0.30 125.51 0.39 0.51
Hex 50 B2 59 37 0 32 1E 7E 27 33
Octal 120 262 131 67 0 62 36 176 47 63
Binary 1010000 10110010 1011001 110111 0 110010 11110 1111110 100111 110011

Color Harmonies of #50B259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B259

Black with #50B259

Text Example


Text Example

White with #50B259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,178,89); }

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

background-color css

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

 a { background-color: rgb(80,178,89); }

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

border-color css

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

 span { border-color: rgb(80,178,89); }

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