#3FB955

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

Shades of Fruit Salad #3FB955

Tints of Fruit Salad #3FB955

Color information

#3FB955 (or 0x3FB955) is unknown color: approx Fruit Salad. HEX triplet: 3F, B9 and 55. RGB value is (63,185,85). Sum of RGB (Red+Green+Blue) = 63+185+85=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB955 is #C046AA. Grayscale: #898989. Windows color (decimal): -12601003 or 5617983. OLE color: 5617983.

HSL color Cylindrical-coordinate representation of color #3FB955: hue angle of 130.82º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB955 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB6318585-
CMYK0.6600.540.27
HSL130.82º49.19%48.63%-
HSV(B)130.82º65.95%72.55%-
XYZ21.0436.4114.51-
YUV137.1298.5875.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.92%
GREEN value IS 185 (72.66% from 255) = 55.56%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=18.92%
G=55.56%
B=25.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63185850.6600.540.27130.8249.1948.63
Hex3FB955420361B833131
Octal77271125102066332036161
Binary111111101110011010101100001001101101101110000011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,185,85); }

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

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

 a { background-color: rgb(63,185,85); }

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

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

 span { border-color: rgb(63,185,85); }

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