#3FBF54

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

Shades of Fruit Salad #3FBF54

Tints of Fruit Salad #3FBF54

Color information

#3FBF54 (or 0x3FBF54) is unknown color: approx Fruit Salad. HEX triplet: 3F, BF and 54. RGB value is (63,191,84). Sum of RGB (Red+Green+Blue) = 63+191+84=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBF54 is #C040AB. Grayscale: #8C8C8C. Windows color (decimal): -12599468 or 5553983. OLE color: 5553983.

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

Color convert

RGB6319184-
CMYK0.6700.560.25
HSL129.84º50.39%49.8%-
HSV(B)129.84º67.02%74.9%-
XYZ22.2838.9614.73-
YUV140.5396.0972.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.64%
GREEN value IS 191 (75% from 255) = 56.51%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=18.64%
G=56.51%
B=24.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63191840.6700.560.25129.8450.3949.8
Hex3FBF544303819823232
Octal77277124103070312026262
Binary111111101111111010100100001101110001100110000010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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