Html Css Color HEX #49BA5E Fruit Salad

📋 copy color: '#49BA5E'

red 73 ◦ green 186 ◦ blue 94

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

Shades of Fruit Salad #49BA5E

Tints of Fruit Salad #49BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 20.68%
G = 52.69%
B = 26.63%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#49BA5E (or 0x49BA5E) is known color: Fruit Salad. HEX triplet: 49, BA and 5E. RGB value is (73,186,94). Sum of RGB (Red+Green+Blue) = 73+186+94=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BA5E is #B645A1. Grayscale: #8D8D8D. Windows color (decimal): -11945378 or 6208073. OLE color: 6208073.

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

Color convert

RGB 73 186 94 -
CMYK 0.61 0 0.49 0.27
HSL 131.15º 0.45% 0.51% -
HSV(B) 131.15º 0.61% 0.73% -
XYZ 22.33 37.34 16.62 -
YUV 141.73 101.06 78.98 -
System Red Green Blue C M Y K H S L
Decimal 73 186 94 0.61 0 0.49 0.27 131.15 0.45 0.51
Hex 49 BA 5E 3D 0 31 1B 83 2D 33
Octal 111 272 136 75 0 61 33 203 55 63
Binary 1001001 10111010 1011110 111101 0 110001 11011 10000011 101101 110011

Color Harmonies of #49BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BA5E

Black with #49BA5E

Text Example


Text Example

White with #49BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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