Html Css Color HEX #549D50 Fruit Salad

📋 copy color: '#549D50'

red 84 ◦ green 157 ◦ blue 80

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

Shades of Fruit Salad #549D50

Tints of Fruit Salad #549D50

RGB

 RED value IS 84 (33.2% from 255) = 26.17%

 GREEN value IS 157 (61.72% from 255) = 48.91%

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

R = 26.17%
G = 48.91%
B = 24.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#549D50 (or 0x549D50) is known color: Fruit Salad. HEX triplet: 54, 9D and 50. RGB value is (84,157,80). Sum of RGB (Red+Green+Blue) = 84+157+80=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #549D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D50 is #AB62AF. Grayscale: #7E7E7E. Windows color (decimal): -11231920 or 5283156. OLE color: 5283156.

HSL color Cylindrical-coordinate representation of color #549D50: hue angle of 116.88º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #549D50 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 157 80 -
CMYK 0.46 0 0.49 0.38
HSL 116.88º 0.32% 0.46% -
HSV(B) 116.88º 0.49% 0.62% -
XYZ 17.16 26.58 11.81 -
YUV 126.4 101.82 97.76 -
System Red Green Blue C M Y K H S L
Decimal 84 157 80 0.46 0 0.49 0.38 116.88 0.32 0.46
Hex 54 9D 50 2E 0 31 26 75 20 2E
Octal 124 235 120 56 0 61 46 165 40 56
Binary 1010100 10011101 1010000 101110 0 110001 100110 1110101 100000 101110

Color Harmonies of #549D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549D50

Black with #549D50

Text Example


Text Example

White with #549D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,157,80); }

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

background-color css

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

 a { background-color: rgb(84,157,80); }

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

border-color css

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

 span { border-color: rgb(84,157,80); }

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