Html Css Color HEX #49B951 Fruit Salad

📋 copy color: '#49B951'

red 73 ◦ green 185 ◦ blue 81

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

Shades of Fruit Salad #49B951

Tints of Fruit Salad #49B951

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.57%

 BLUE value IS 81 (32.03% from 255) = 23.89%

R = 21.53%
G = 54.57%
B = 23.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#49B951 (or 0x49B951) is known color: Fruit Salad. HEX triplet: 49, B9 and 51. RGB value is (73,185,81). Sum of RGB (Red+Green+Blue) = 73+185+81=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #49B951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B951 is #B646AE. Grayscale: #8B8B8B. Windows color (decimal): -11945647 or 5355849. OLE color: 5355849.

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

Color convert

RGB 73 185 81 -
CMYK 0.61 0 0.56 0.27
HSL 124.29º 0.44% 0.51% -
HSV(B) 124.29º 0.61% 0.73% -
XYZ 21.58 36.71 13.73 -
YUV 139.66 94.89 80.46 -
System Red Green Blue C M Y K H S L
Decimal 73 185 81 0.61 0 0.56 0.27 124.29 0.44 0.51
Hex 49 B9 51 3D 0 38 1B 7C 2C 33
Octal 111 271 121 75 0 70 33 174 54 63
Binary 1001001 10111001 1010001 111101 0 111000 11011 1111100 101100 110011

Color Harmonies of #49B951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B951

Black with #49B951

Text Example


Text Example

White with #49B951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,185,81); }

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

background-color css

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

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

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

border-color css

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

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

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