Html Css Color HEX #49BF50 Fruit Salad

📋 copy color: '#49BF50'

red 73 ◦ green 191 ◦ blue 80

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

Shades of Fruit Salad #49BF50

Tints of Fruit Salad #49BF50

RGB

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

 GREEN value IS 191 (75% from 255) = 55.52%

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

R = 21.22%
G = 55.52%
B = 23.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#49BF50 (or 0x49BF50) is known color: Fruit Salad. HEX triplet: 49, BF and 50. RGB value is (73,191,80). Sum of RGB (Red+Green+Blue) = 73+191+80=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF50 is #B640AF. Grayscale: #8F8F8F. Windows color (decimal): -11944112 or 5291849. OLE color: 5291849.

HSL color Cylindrical-coordinate representation of color #49BF50: hue angle of 123.56º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BF50 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 80 -
CMYK 0.62 0 0.58 0.25
HSL 123.56º 0.48% 0.52% -
HSV(B) 123.56º 0.62% 0.75% -
XYZ 22.83 39.26 13.96 -
YUV 143.06 92.41 78.03 -
System Red Green Blue C M Y K H S L
Decimal 73 191 80 0.62 0 0.58 0.25 123.56 0.48 0.52
Hex 49 BF 50 3E 0 3A 19 7C 30 34
Octal 111 277 120 76 0 72 31 174 60 64
Binary 1001001 10111111 1010000 111110 0 111010 11001 1111100 110000 110100

Color Harmonies of #49BF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF50

Black with #49BF50

Text Example


Text Example

White with #49BF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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