#49C654

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

Shades of Fruit Salad #49C654

Tints of Fruit Salad #49C654

Color information

#49C654 (or 0x49C654) is unknown color: approx Fruit Salad. HEX triplet: 49, C6 and 54. RGB value is (73,198,84). Sum of RGB (Red+Green+Blue) = 73+198+84=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #49C654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C654 is #B639AB. Grayscale: #939393. Windows color (decimal): -11942316 or 5555785. OLE color: 5555785.

HSL color Cylindrical-coordinate representation of color #49C654: hue angle of 125.28º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C654 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB7319884-
CMYK0.6300.580.22
HSL125.28º52.3%53.14%-
HSV(B)125.28º63.13%77.65%-
XYZ24.5442.4415.29-
YUV147.6392.0974.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 198 (77.73% from 255) = 55.77%
BLUE value IS 84 (33.20% from 255) = 23.66%
R=20.56%
G=55.77%
B=23.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal73198840.6300.580.22125.2852.353.14
Hex49C6543F03A167d3435
Octal11130612477072261756465
Binary10010011100011010101001111110111010101101111101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,198,84); }

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

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

 a { background-color: rgb(73,198,84); }

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

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

 span { border-color: rgb(73,198,84); }

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