#49B951

Color #49B951 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #49B951

Tints of Fruit Salad #49B951

Color information

#49B951 (or 0x49B951) is unknown color: approx Fruit Salad. HEX triplet: 49, B9 and 51. RGB value is (73,185,81). Sum of RGB (Red+Green+Blue) = 73+185+81=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #49B951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B951 is #B646AE. Grayscale: #8B8B8B. Windows color (decimal): -11945647 or 5355849. OLE color: 5355849.

HSL color Cylindrical-coordinate representation of color #49B951: hue angle of 124.29º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B951 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB7318581-
CMYK0.6100.560.27
HSL124.29º44.44%50.59%-
HSV(B)124.29º60.54%72.55%-
XYZ21.5836.7113.73-
YUV139.6694.8980.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 185 (72.66% from 255) = 54.57%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=21.53%
G=54.57%
B=23.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73185810.6100.560.27124.2944.4450.59
Hex49B9513D0381B7c2c33
Octal11127112175070331745463
Binary10010011011100110100011111010111000110111111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,185,81); }

 H1.HeaderClassName
 {
   color: #49B951;
 }
 .AnyTagClassName
 {
   color: #49B951;
 }
</style>
background-color css

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

 a { background-color: rgb(73,185,81); }

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

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

 span { border-color: rgb(73,185,81); }

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