Html Css Color HEX #49B955 Fruit Salad

📋 copy color: '#49B955'

red 73 ◦ green 185 ◦ blue 85

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

Shades of Fruit Salad #49B955

Tints of Fruit Salad #49B955

RGB

 RED value IS 73 (28.91% from 255) = 21.28%

 GREEN value IS 185 (72.66% from 255) = 53.94%

 BLUE value IS 85 (33.59% from 255) = 24.78%

R = 21.28%
G = 53.94%
B = 24.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#49B955 (or 0x49B955) is known color: Fruit Salad. HEX triplet: 49, B9 and 55. RGB value is (73,185,85). Sum of RGB (Red+Green+Blue) = 73+185+85=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #49B955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B955 is #B646AA. Grayscale: #8C8C8C. Windows color (decimal): -11945643 or 5617993. OLE color: 5617993.

HSL color Cylindrical-coordinate representation of color #49B955: hue angle of 126.43º degrees, saturation: 0.44, 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 #49B955 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 185 85 -
CMYK 0.61 0 0.54 0.27
HSL 126.43º 0.44% 0.51% -
HSV(B) 126.43º 0.61% 0.73% -
XYZ 21.74 36.77 14.55 -
YUV 140.11 96.89 80.13 -
System Red Green Blue C M Y K H S L
Decimal 73 185 85 0.61 0 0.54 0.27 126.43 0.44 0.51
Hex 49 B9 55 3D 0 36 1B 7E 2C 33
Octal 111 271 125 75 0 66 33 176 54 63
Binary 1001001 10111001 1010101 111101 0 110110 11011 1111110 101100 110011

Color Harmonies of #49B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B955

Black with #49B955

Text Example


Text Example

White with #49B955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49B955; }

 p { color: rgb(73,185,85); }

 H1.HeaderClassName
 {
   color: #49B955;
 }
 .AnyTagClassName
 {
   color: #49B955;
 }
</style>

background-color css

<style>
 a { background-color: #49B955; }

 a { background-color: rgb(73,185,85); }

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

border-color css

<style>
 span { border-color: #49B955; }

 span { border-color: rgb(73,185,85); }

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