Html Css Color HEX #49BA49 Fruit Salad

📋 copy color: '#49BA49'

red 73 ◦ green 186 ◦ blue 73

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

Shades of Fruit Salad #49BA49

Tints of Fruit Salad #49BA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 21.99%
G = 56.02%
B = 21.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#49BA49 (or 0x49BA49) is known color: Fruit Salad. HEX triplet: 49, BA and 49. RGB value is (73,186,73). Sum of RGB (Red+Green+Blue) = 73+186+73=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA49 is #B645B6. Grayscale: #8B8B8B. Windows color (decimal): -11945399 or 4831817. OLE color: 4831817.

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

Color convert

RGB 73 186 73 -
CMYK 0.61 0 0.61 0.27
HSL 120º 0.45% 0.51% -
HSV(B) 120º 0.61% 0.73% -
XYZ 21.51 37.02 12.31 -
YUV 139.33 90.56 80.69 -
System Red Green Blue C M Y K H S L
Decimal 73 186 73 0.61 0 0.61 0.27 120 0.45 0.51
Hex 49 BA 49 3D 0 3D 1B 78 2D 33
Octal 111 272 111 75 0 75 33 170 55 63
Binary 1001001 10111010 1001001 111101 0 111101 11011 1111000 101101 110011

Color Harmonies of #49BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BA49

Black with #49BA49

Text Example


Text Example

White with #49BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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