Html Css Color HEX #49B957 Fruit Salad

📋 copy color: '#49B957'

red 73 ◦ green 185 ◦ blue 87

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

Shades of Fruit Salad #49B957

Tints of Fruit Salad #49B957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.22%

R = 21.16%
G = 53.62%
B = 25.22%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#49B957 (or 0x49B957) is known color: Fruit Salad. HEX triplet: 49, B9 and 57. RGB value is (73,185,87). Sum of RGB (Red+Green+Blue) = 73+185+87=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #49B957 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B957 is #B646A8. Grayscale: #8C8C8C. Windows color (decimal): -11945641 or 5749065. OLE color: 5749065.

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

Color convert

RGB 73 185 87 -
CMYK 0.61 0 0.53 0.27
HSL 127.5º 0.44% 0.51% -
HSV(B) 127.5º 0.61% 0.73% -
XYZ 21.82 36.8 14.97 -
YUV 140.34 97.89 79.97 -
System Red Green Blue C M Y K H S L
Decimal 73 185 87 0.61 0 0.53 0.27 127.5 0.44 0.51
Hex 49 B9 57 3D 0 35 1B 80 2C 33
Octal 111 271 127 75 0 65 33 200 54 63
Binary 1001001 10111001 1010111 111101 0 110101 11011 10000000 101100 110011

Color Harmonies of #49B957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B957

Black with #49B957

Text Example


Text Example

White with #49B957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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