Html Css Color HEX #49BC49 Fruit Salad

📋 copy color: '#49BC49'

red 73 ◦ green 188 ◦ blue 73

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

Shades of Fruit Salad #49BC49

Tints of Fruit Salad #49BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.29%

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

R = 21.86%
G = 56.29%
B = 21.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#49BC49 (or 0x49BC49) is known color: Fruit Salad. HEX triplet: 49, BC and 49. RGB value is (73,188,73). Sum of RGB (Red+Green+Blue) = 73+188+73=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BC49 is #B643B6. Grayscale: #8C8C8C. Windows color (decimal): -11944887 or 4832329. OLE color: 4832329.

HSL color Cylindrical-coordinate representation of color #49BC49: hue angle of 120º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BC49 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 73 -
CMYK 0.61 0 0.61 0.26
HSL 120º 0.46% 0.51% -
HSV(B) 120º 0.61% 0.74% -
XYZ 21.93 37.86 12.46 -
YUV 140.51 89.9 79.85 -
System Red Green Blue C M Y K H S L
Decimal 73 188 73 0.61 0 0.61 0.26 120 0.46 0.51
Hex 49 BC 49 3D 0 3D 1A 78 2E 33
Octal 111 274 111 75 0 75 32 170 56 63
Binary 1001001 10111100 1001001 111101 0 111101 11010 1111000 101110 110011

Color Harmonies of #49BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC49

Black with #49BC49

Text Example


Text Example

White with #49BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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