#3FB150

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

Shades of Fruit Salad #3FB150

Tints of Fruit Salad #3FB150

Color information

#3FB150 (or 0x3FB150) is unknown color: approx Fruit Salad. HEX triplet: 3F, B1 and 50. RGB value is (63,177,80). Sum of RGB (Red+Green+Blue) = 63+177+80=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 177 (69.53% from 255 or 55.31% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FB150 is #C04EAF. Grayscale: #848484. Windows color (decimal): -12603056 or 5288255. OLE color: 5288255.

HSL color Cylindrical-coordinate representation of color #3FB150: hue angle of 128.95º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FB150 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB6317780-
CMYK0.6400.550.31
HSL128.95º47.5%47.06%-
HSV(B)128.95º64.41%69.41%-
XYZ19.2233.0812.96-
YUV131.8698.7378.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.69%
GREEN value IS 177 (69.53% from 255) = 55.31%
BLUE value IS 80 (31.64% from 255) = 25%
R=19.69%
G=55.31%
B=25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63177800.6400.550.31128.9547.547.06
Hex3FB150400371F81302f
Octal77261120100067372016057
Binary111111101100011010000100000001101111111110000001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,177,80); }

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

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

 a { background-color: rgb(63,177,80); }

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

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

 span { border-color: rgb(63,177,80); }

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