Html Css Color HEX #49B257 Fruit Salad

📋 copy color: '#49B257'

red 73 ◦ green 178 ◦ blue 87

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

Shades of Fruit Salad #49B257

Tints of Fruit Salad #49B257

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.66%

 BLUE value IS 87 (34.38% from 255) = 25.74%

R = 21.6%
G = 52.66%
B = 25.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#49B257 (or 0x49B257) is known color: Fruit Salad. HEX triplet: 49, B2 and 57. RGB value is (73,178,87). Sum of RGB (Red+Green+Blue) = 73+178+87=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #49B257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B257 is #B64DA8. Grayscale: #888888. Windows color (decimal): -11947433 or 5747273. OLE color: 5747273.

HSL color Cylindrical-coordinate representation of color #49B257: hue angle of 128º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B257 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 178 87 -
CMYK 0.59 0 0.51 0.30
HSL 128º 0.42% 0.49% -
HSV(B) 128º 0.59% 0.7% -
XYZ 20.39 33.95 14.49 -
YUV 136.23 100.21 82.9 -
System Red Green Blue C M Y K H S L
Decimal 73 178 87 0.59 0 0.51 0.30 128 0.42 0.49
Hex 49 B2 57 3B 0 33 1E 80 2A 31
Octal 111 262 127 73 0 63 36 200 52 61
Binary 1001001 10110010 1010111 111011 0 110011 11110 10000000 101010 110001

Color Harmonies of #49B257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B257

Black with #49B257

Text Example


Text Example

White with #49B257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,178,87); }

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

background-color css

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

 a { background-color: rgb(73,178,87); }

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

border-color css

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

 span { border-color: rgb(73,178,87); }

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