#3fbf4b

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

Shades of Fruit Salad #3FBF4B

Tints of Fruit Salad #3FBF4B

Color information

#3FBF4B (or 0x3FBF4B) is unknown color: approx Fruit Salad. HEX triplet: 3F, BF and 4B. RGB value is (63,191,75). Sum of RGB (Red+Green+Blue) = 63+191+75=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBF4B is #C040B4. Grayscale: #8B8B8B. Windows color (decimal): -12599477 or 4964159. OLE color: 4964159.

HSL color Cylindrical-coordinate representation of color #3FBF4B: hue angle of 125.62º 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 #3FBF4B is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB6319175-
CMYK0.6700.610.25
HSL125.62º50.39%49.8%-
HSV(B)125.62º67.02%74.9%-
XYZ21.9538.8312.99-
YUV139.591.5973.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.15%
GREEN value IS 191 (75% from 255) = 58.05%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=19.15%
G=58.05%
B=22.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63191750.6700.610.25125.6250.3949.8
Hex3FBF4B4303D197e3232
Octal77277113103075311766262
Binary11111110111111100101110000110111101110011111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fbf4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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