Html Css Color HEX #49BD50 Fruit Salad

📋 copy color: '#49BD50'

red 73 ◦ green 189 ◦ blue 80

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

Shades of Fruit Salad #49BD50

Tints of Fruit Salad #49BD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.26%

 BLUE value IS 80 (31.64% from 255) = 23.39%

R = 21.35%
G = 55.26%
B = 23.39%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#49BD50 (or 0x49BD50) is known color: Fruit Salad. HEX triplet: 49, BD and 50. RGB value is (73,189,80). Sum of RGB (Red+Green+Blue) = 73+189+80=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BD50 is #B642AF. Grayscale: #8E8E8E. Windows color (decimal): -11944624 or 5291337. OLE color: 5291337.

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

Color convert

RGB 73 189 80 -
CMYK 0.61 0 0.58 0.26
HSL 123.62º 0.47% 0.51% -
HSV(B) 123.62º 0.61% 0.74% -
XYZ 22.39 38.39 13.82 -
YUV 141.89 93.07 78.86 -
System Red Green Blue C M Y K H S L
Decimal 73 189 80 0.61 0 0.58 0.26 123.62 0.47 0.51
Hex 49 BD 50 3D 0 3A 1A 7C 2F 33
Octal 111 275 120 75 0 72 32 174 57 63
Binary 1001001 10111101 1010000 111101 0 111010 11010 1111100 101111 110011

Color Harmonies of #49BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BD50

Black with #49BD50

Text Example


Text Example

White with #49BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,189,80); }

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

background-color css

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

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

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

border-color css

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

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

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