#3FBF51

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

Shades of Fruit Salad #3FBF51

Tints of Fruit Salad #3FBF51

Color information

#3FBF51 (or 0x3FBF51) is unknown color: approx Fruit Salad. HEX triplet: 3F, BF and 51. RGB value is (63,191,81). Sum of RGB (Red+Green+Blue) = 63+191+81=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBF51 is #C040AE. Grayscale: #8C8C8C. Windows color (decimal): -12599471 or 5357375. OLE color: 5357375.

HSL color Cylindrical-coordinate representation of color #3FBF51: hue angle of 128.44º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBF51 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB6319181-
CMYK0.6700.580.25
HSL128.44º50.39%49.8%-
HSV(B)128.44º67.02%74.9%-
XYZ22.1738.9114.13-
YUV140.1994.5972.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 191 (75% from 255) = 57.01%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=18.81%
G=57.01%
B=24.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63191810.6700.580.25128.4450.3949.8
Hex3FBF514303A19803232
Octal77277121103072312006262
Binary111111101111111010001100001101110101100110000000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,191,81); }

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

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

 a { background-color: rgb(63,191,81); }

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

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

 span { border-color: rgb(63,191,81); }

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