Html Css Color HEX #50B748 Fruit Salad

📋 copy color: '#50B748'

red 80 ◦ green 183 ◦ blue 72

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

Shades of Fruit Salad #50B748

Tints of Fruit Salad #50B748

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.63%

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

R = 23.88%
G = 54.63%
B = 21.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#50B748 (or 0x50B748) is known color: Fruit Salad. HEX triplet: 50, B7 and 48. RGB value is (80,183,72). Sum of RGB (Red+Green+Blue) = 80+183+72=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #50B748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B748 is #AF48B7. Grayscale: #8B8B8B. Windows color (decimal): -11487416 or 4765520. OLE color: 4765520.

HSL color Cylindrical-coordinate representation of color #50B748: hue angle of 115.68º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50B748 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 183 72 -
CMYK 0.56 0 0.61 0.28
HSL 115.68º 0.44% 0.5% -
HSV(B) 115.68º 0.61% 0.72% -
XYZ 21.41 36.04 11.96 -
YUV 139.55 89.88 85.53 -
System Red Green Blue C M Y K H S L
Decimal 80 183 72 0.56 0 0.61 0.28 115.68 0.44 0.5
Hex 50 B7 48 38 0 3D 1C 74 2C 32
Octal 120 267 110 70 0 75 34 164 54 62
Binary 1010000 10110111 1001000 111000 0 111101 11100 1110100 101100 110010

Color Harmonies of #50B748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B748

Black with #50B748

Text Example


Text Example

White with #50B748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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