#3FB249

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

Shades of Fruit Salad #3FB249

Tints of Fruit Salad #3FB249

Color information

#3FB249 (or 0x3FB249) is unknown color: approx Fruit Salad. HEX triplet: 3F, B2 and 49. RGB value is (63,178,73). Sum of RGB (Red+Green+Blue) = 63+178+73=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 178 (69.92% from 255 or 56.69% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB249 is #C04DB6. Grayscale: #838383. Windows color (decimal): -12602807 or 4829759. OLE color: 4829759.

HSL color Cylindrical-coordinate representation of color #3FB249: hue angle of 125.22º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB249 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB6317873-
CMYK0.6500.590.30
HSL125.22º47.72%47.25%-
HSV(B)125.22º64.61%69.8%-
XYZ19.1733.3811.74-
YUV131.6494.979.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 178 (69.92% from 255) = 56.69%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=20.06%
G=56.69%
B=23.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal63178730.6500.590.30125.2247.7247.25
Hex3FB2494103B1E7d302f
Octal77262111101073361756057
Binary11111110110010100100110000010111011111101111101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FB249; }

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

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

<style>
 a { background-color: #3FB249; }

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

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

<style>
 span { border-color: #3FB249; }

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

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