Html Css Color HEX #49C155 Fruit Salad

📋 copy color: '#49C155'

red 73 ◦ green 193 ◦ blue 85

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

Shades of Fruit Salad #49C155

Tints of Fruit Salad #49C155

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.99%

 BLUE value IS 85 (33.59% from 255) = 24.22%

R = 20.8%
G = 54.99%
B = 24.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#49C155 (or 0x49C155) is known color: Fruit Salad. HEX triplet: 49, C1 and 55. RGB value is (73,193,85). Sum of RGB (Red+Green+Blue) = 73+193+85=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #49C155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C155 is #B63EAA. Grayscale: #919191. Windows color (decimal): -11943595 or 5620041. OLE color: 5620041.

HSL color Cylindrical-coordinate representation of color #49C155: hue angle of 126º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C155 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 193 85 -
CMYK 0.62 0 0.56 0.24
HSL 126º 0.49% 0.52% -
HSV(B) 126º 0.62% 0.76% -
XYZ 23.46 40.21 15.12 -
YUV 144.81 94.24 76.78 -
System Red Green Blue C M Y K H S L
Decimal 73 193 85 0.62 0 0.56 0.24 126 0.49 0.52
Hex 49 C1 55 3E 0 38 18 7E 31 34
Octal 111 301 125 76 0 70 30 176 61 64
Binary 1001001 11000001 1010101 111110 0 111000 11000 1111110 110001 110100

Color Harmonies of #49C155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C155

Black with #49C155

Text Example


Text Example

White with #49C155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,193,85); }

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

background-color css

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

 a { background-color: rgb(73,193,85); }

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

border-color css

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

 span { border-color: rgb(73,193,85); }

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