Html Css Color HEX #49C54D Fruit Salad

📋 copy color: '#49C54D'

red 73 ◦ green 197 ◦ blue 77

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

Shades of Fruit Salad #49C54D

Tints of Fruit Salad #49C54D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.77%

 BLUE value IS 77 (30.47% from 255) = 22.19%

R = 21.04%
G = 56.77%
B = 22.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#49C54D (or 0x49C54D) is known color: Fruit Salad. HEX triplet: 49, C5 and 4D. RGB value is (73,197,77). Sum of RGB (Red+Green+Blue) = 73+197+77=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #49C54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C54D is #B63AB2. Grayscale: #929292. Windows color (decimal): -11942579 or 5096777. OLE color: 5096777.

HSL color Cylindrical-coordinate representation of color #49C54D: hue angle of 121.94º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C54D is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 197 77 -
CMYK 0.63 0 0.61 0.23
HSL 121.94º 0.52% 0.53% -
HSV(B) 121.94º 0.63% 0.77% -
XYZ 24.05 41.88 13.84 -
YUV 146.24 88.92 75.76 -
System Red Green Blue C M Y K H S L
Decimal 73 197 77 0.63 0 0.61 0.23 121.94 0.52 0.53
Hex 49 C5 4D 3F 0 3D 17 7A 34 35
Octal 111 305 115 77 0 75 27 172 64 65
Binary 1001001 11000101 1001101 111111 0 111101 10111 1111010 110100 110101

Color Harmonies of #49C54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C54D

Black with #49C54D

Text Example


Text Example

White with #49C54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,197,77); }

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

background-color css

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

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

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

border-color css

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

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

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