Html Css Color HEX #48AA50 Fruit Salad

📋 copy color: '#48AA50'

red 72 ◦ green 170 ◦ blue 80

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

Shades of Fruit Salad #48AA50

Tints of Fruit Salad #48AA50

RGB

 RED value IS 72 (28.52% from 255) = 22.36%

 GREEN value IS 170 (66.8% from 255) = 52.8%

 BLUE value IS 80 (31.64% from 255) = 24.84%

R = 22.36%
G = 52.8%
B = 24.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#48AA50 (or 0x48AA50) is known color: Fruit Salad. HEX triplet: 48, AA and 50. RGB value is (72,170,80). Sum of RGB (Red+Green+Blue) = 72+170+80=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA50 is #B755AF. Grayscale: #828282. Windows color (decimal): -12015024 or 5286472. OLE color: 5286472.

HSL color Cylindrical-coordinate representation of color #48AA50: hue angle of 124.9º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA50 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 170 80 -
CMYK 0.58 0 0.53 0.33
HSL 124.9º 0.4% 0.47% -
HSV(B) 124.9º 0.58% 0.67% -
XYZ 18.5 30.71 12.54 -
YUV 130.44 99.53 86.32 -
System Red Green Blue C M Y K H S L
Decimal 72 170 80 0.58 0 0.53 0.33 124.9 0.4 0.47
Hex 48 AA 50 3A 0 35 21 7D 28 2F
Octal 110 252 120 72 0 65 41 175 50 57
Binary 1001000 10101010 1010000 111010 0 110101 100001 1111101 101000 101111

Color Harmonies of #48AA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA50

Black with #48AA50

Text Example


Text Example

White with #48AA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48AA50; }

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

 H1.HeaderClassName
 {
   color: #48AA50;
 }
 .AnyTagClassName
 {
   color: #48AA50;
 }
</style>

background-color css

<style>
 a { background-color: #48AA50; }

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

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

border-color css

<style>
 span { border-color: #48AA50; }

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

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