Html Css Color HEX #49C44D Fruit Salad

📋 copy color: '#49C44D'

red 73 ◦ green 196 ◦ blue 77

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

Shades of Fruit Salad #49C44D

Tints of Fruit Salad #49C44D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.65%

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

R = 21.1%
G = 56.65%
B = 22.25%

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

#49C44D (or 0x49C44D) is known color: Fruit Salad. HEX triplet: 49, C4 and 4D. RGB value is (73,196,77). Sum of RGB (Red+Green+Blue) = 73+196+77=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 196 (76.95% from 255 or 56.65% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 196 - color contains mainly: green. Hex color #49C44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C44D is #B63BB2. Grayscale: #929292. Windows color (decimal): -11942835 or 5096521. OLE color: 5096521.

HSL color Cylindrical-coordinate representation of color #49C44D: hue angle of 121.95º degrees, saturation: 0.51, 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 #49C44D is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 196 77 -
CMYK 0.63 0 0.61 0.23
HSL 121.95º 0.51% 0.53% -
HSV(B) 121.95º 0.63% 0.77% -
XYZ 23.83 41.43 13.76 -
YUV 145.66 89.25 76.18 -
System Red Green Blue C M Y K H S L
Decimal 73 196 77 0.63 0 0.61 0.23 121.95 0.51 0.53
Hex 49 C4 4D 3F 0 3D 17 7A 33 35
Octal 111 304 115 77 0 75 27 172 63 65
Binary 1001001 11000100 1001101 111111 0 111101 10111 1111010 110011 110101

Color Harmonies of #49C44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C44D

Black with #49C44D

Text Example


Text Example

White with #49C44D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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