Html Css Color HEX #49BA5F Fruit Salad

📋 copy color: '#49BA5F'

red 73 ◦ green 186 ◦ blue 95

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

Shades of Fruit Salad #49BA5F

Tints of Fruit Salad #49BA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.84%

R = 20.62%
G = 52.54%
B = 26.84%

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

#49BA5F (or 0x49BA5F) is known color: Fruit Salad. HEX triplet: 49, BA and 5F. RGB value is (73,186,95). Sum of RGB (Red+Green+Blue) = 73+186+95=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BA5F is #B645A0. Grayscale: #8E8E8E. Windows color (decimal): -11945377 or 6273609. OLE color: 6273609.

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

Color convert

RGB 73 186 95 -
CMYK 0.61 0 0.49 0.27
HSL 131.68º 0.45% 0.51% -
HSV(B) 131.68º 0.61% 0.73% -
XYZ 22.37 37.36 16.86 -
YUV 141.84 101.56 78.9 -
System Red Green Blue C M Y K H S L
Decimal 73 186 95 0.61 0 0.49 0.27 131.68 0.45 0.51
Hex 49 BA 5F 3D 0 31 1B 84 2D 33
Octal 111 272 137 75 0 61 33 204 55 63
Binary 1001001 10111010 1011111 111101 0 110001 11011 10000100 101101 110011

Color Harmonies of #49BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BA5F

Black with #49BA5F

Text Example


Text Example

White with #49BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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