Html Css Color HEX #49C54C Fruit Salad

📋 copy color: '#49C54C'

red 73 ◦ green 197 ◦ blue 76

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

Shades of Fruit Salad #49C54C

Tints of Fruit Salad #49C54C

RGB

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

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

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

R = 21.1%
G = 56.94%
B = 21.97%

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

#49C54C (or 0x49C54C) is known color: Fruit Salad. HEX triplet: 49, C5 and 4C. RGB value is (73,197,76). Sum of RGB (Red+Green+Blue) = 73+197+76=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #49C54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C54C is #B63AB3. Grayscale: #929292. Windows color (decimal): -11942580 or 5031241. OLE color: 5031241.

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

Color convert

RGB 73 197 76 -
CMYK 0.63 0 0.61 0.23
HSL 121.45º 0.52% 0.53% -
HSV(B) 121.45º 0.63% 0.77% -
XYZ 24.02 41.87 13.65 -
YUV 146.13 88.42 75.84 -
System Red Green Blue C M Y K H S L
Decimal 73 197 76 0.63 0 0.61 0.23 121.45 0.52 0.53
Hex 49 C5 4C 3F 0 3D 17 79 34 35
Octal 111 305 114 77 0 75 27 171 64 65
Binary 1001001 11000101 1001100 111111 0 111101 10111 1111001 110100 110101

Color Harmonies of #49C54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C54C

Black with #49C54C

Text Example


Text Example

White with #49C54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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