Html Css Color HEX #49C44C Fruit Salad

📋 copy color: '#49C44C'

red 73 ◦ green 196 ◦ blue 76

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

Shades of Fruit Salad #49C44C

Tints of Fruit Salad #49C44C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 21.16%
G = 56.81%
B = 22.03%

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

#49C44C (or 0x49C44C) is known color: Fruit Salad. HEX triplet: 49, C4 and 4C. RGB value is (73,196,76). Sum of RGB (Red+Green+Blue) = 73+196+76=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 196 (76.95% from 255 or 56.81% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 196 - color contains mainly: green. Hex color #49C44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C44C is #B63BB3. Grayscale: #919191. Windows color (decimal): -11942836 or 5030985. OLE color: 5030985.

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

Color convert

RGB 73 196 76 -
CMYK 0.63 0 0.61 0.23
HSL 121.46º 0.51% 0.53% -
HSV(B) 121.46º 0.63% 0.77% -
XYZ 23.79 41.42 13.58 -
YUV 145.54 88.75 76.26 -
System Red Green Blue C M Y K H S L
Decimal 73 196 76 0.63 0 0.61 0.23 121.46 0.51 0.53
Hex 49 C4 4C 3F 0 3D 17 79 33 35
Octal 111 304 114 77 0 75 27 171 63 65
Binary 1001001 11000100 1001100 111111 0 111101 10111 1111001 110011 110101

Color Harmonies of #49C44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C44C

Black with #49C44C

Text Example


Text Example

White with #49C44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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