Html Css Color HEX #488D50 Fruit Salad

📋 copy color: '#488D50'

red 72 ◦ green 141 ◦ blue 80

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

Shades of Fruit Salad #488D50

Tints of Fruit Salad #488D50

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.12%

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

R = 24.57%
G = 48.12%
B = 27.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#488D50 (or 0x488D50) is known color: Fruit Salad. HEX triplet: 48, 8D and 50. RGB value is (72,141,80). Sum of RGB (Red+Green+Blue) = 72+141+80=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #488D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D50 is #B772AF. Grayscale: #717171. Windows color (decimal): -12022448 or 5279048. OLE color: 5279048.

HSL color Cylindrical-coordinate representation of color #488D50: hue angle of 126.96º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D50 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 141 80 -
CMYK 0.49 0 0.43 0.45
HSL 126.96º 0.32% 0.42% -
HSV(B) 126.96º 0.49% 0.55% -
XYZ 13.65 21.01 10.92 -
YUV 113.42 109.14 98.46 -
System Red Green Blue C M Y K H S L
Decimal 72 141 80 0.49 0 0.43 0.45 126.96 0.32 0.42
Hex 48 8D 50 31 0 2B 2D 7F 20 2A
Octal 110 215 120 61 0 53 55 177 40 52
Binary 1001000 10001101 1010000 110001 0 101011 101101 1111111 100000 101010

Color Harmonies of #488D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D50

Black with #488D50

Text Example


Text Example

White with #488D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488D50; }

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

 H1.HeaderClassName
 {
   color: #488D50;
 }
 .AnyTagClassName
 {
   color: #488D50;
 }
</style>

background-color css

<style>
 a { background-color: #488D50; }

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

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

border-color css

<style>
 span { border-color: #488D50; }

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

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