Html Css Color HEX #49BA4F Fruit Salad

📋 copy color: '#49BA4F'

red 73 ◦ green 186 ◦ blue 79

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

Shades of Fruit Salad #49BA4F

Tints of Fruit Salad #49BA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.37%

R = 21.6%
G = 55.03%
B = 23.37%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#49BA4F (or 0x49BA4F) is known color: Fruit Salad. HEX triplet: 49, BA and 4F. RGB value is (73,186,79). Sum of RGB (Red+Green+Blue) = 73+186+79=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BA4F is #B645B0. Grayscale: #8C8C8C. Windows color (decimal): -11945393 or 5225033. OLE color: 5225033.

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

Color convert

RGB 73 186 79 -
CMYK 0.61 0 0.58 0.27
HSL 123.19º 0.45% 0.51% -
HSV(B) 123.19º 0.61% 0.73% -
XYZ 21.72 37.1 13.41 -
YUV 140.02 93.56 80.2 -
System Red Green Blue C M Y K H S L
Decimal 73 186 79 0.61 0 0.58 0.27 123.19 0.45 0.51
Hex 49 BA 4F 3D 0 3A 1B 7B 2D 33
Octal 111 272 117 75 0 72 33 173 55 63
Binary 1001001 10111010 1001111 111101 0 111010 11011 1111011 101101 110011

Color Harmonies of #49BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BA4F

Black with #49BA4F

Text Example


Text Example

White with #49BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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