Html Css Color HEX #50BB48 Fruit Salad

📋 copy color: '#50BB48'

red 80 ◦ green 187 ◦ blue 72

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

Shades of Fruit Salad #50BB48

Tints of Fruit Salad #50BB48

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.16%

 BLUE value IS 72 (28.52% from 255) = 21.24%

R = 23.6%
G = 55.16%
B = 21.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#50BB48 (or 0x50BB48) is known color: Fruit Salad. HEX triplet: 50, BB and 48. RGB value is (80,187,72). Sum of RGB (Red+Green+Blue) = 80+187+72=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BB48 is #AF44B7. Grayscale: #8E8E8E. Windows color (decimal): -11486392 or 4766544. OLE color: 4766544.

HSL color Cylindrical-coordinate representation of color #50BB48: hue angle of 115.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BB48 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 187 72 -
CMYK 0.57 0 0.61 0.27
HSL 115.83º 0.46% 0.51% -
HSV(B) 115.83º 0.61% 0.73% -
XYZ 22.25 37.71 12.24 -
YUV 141.9 88.55 83.85 -
System Red Green Blue C M Y K H S L
Decimal 80 187 72 0.57 0 0.61 0.27 115.83 0.46 0.51
Hex 50 BB 48 39 0 3D 1B 74 2E 33
Octal 120 273 110 71 0 75 33 164 56 63
Binary 1010000 10111011 1001000 111001 0 111101 11011 1110100 101110 110011

Color Harmonies of #50BB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB48

Black with #50BB48

Text Example


Text Example

White with #50BB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,187,72); }

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

background-color css

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

 a { background-color: rgb(80,187,72); }

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

border-color css

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

 span { border-color: rgb(80,187,72); }

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