Html Css Color HEX #49BA5B Fruit Salad

📋 copy color: '#49BA5B'

red 73 ◦ green 186 ◦ blue 91

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

Shades of Fruit Salad #49BA5B

Tints of Fruit Salad #49BA5B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.14%

 BLUE value IS 91 (35.94% from 255) = 26%

R = 20.86%
G = 53.14%
B = 26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#49BA5B (or 0x49BA5B) is known color: Fruit Salad. HEX triplet: 49, BA and 5B. RGB value is (73,186,91). Sum of RGB (Red+Green+Blue) = 73+186+91=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BA5B is #B645A4. Grayscale: #8D8D8D. Windows color (decimal): -11945381 or 6011465. OLE color: 6011465.

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

Color convert

RGB 73 186 91 -
CMYK 0.61 0 0.51 0.27
HSL 129.56º 0.45% 0.51% -
HSV(B) 129.56º 0.61% 0.73% -
XYZ 22.19 37.29 15.93 -
YUV 141.38 99.56 79.22 -
System Red Green Blue C M Y K H S L
Decimal 73 186 91 0.61 0 0.51 0.27 129.56 0.45 0.51
Hex 49 BA 5B 3D 0 33 1B 82 2D 33
Octal 111 272 133 75 0 63 33 202 55 63
Binary 1001001 10111010 1011011 111101 0 110011 11011 10000010 101101 110011

Color Harmonies of #49BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BA5B

Black with #49BA5B

Text Example


Text Example

White with #49BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,186,91); }

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

background-color css

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

 a { background-color: rgb(73,186,91); }

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

border-color css

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

 span { border-color: rgb(73,186,91); }

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