#3FB144

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

Shades of Fruit Salad #3FB144

Tints of Fruit Salad #3FB144

Color information

#3FB144 (or 0x3FB144) is unknown color: approx Fruit Salad. HEX triplet: 3F, B1 and 44. RGB value is (63,177,68). Sum of RGB (Red+Green+Blue) = 63+177+68=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB144 is #C04EBB. Grayscale: #828282. Windows color (decimal): -12603068 or 4501823. OLE color: 4501823.

HSL color Cylindrical-coordinate representation of color #3FB144: hue angle of 122.63º 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 #3FB144 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB6317768-
CMYK0.6400.620.31
HSL122.63º47.5%47.06%-
HSV(B)122.63º64.41%69.41%-
XYZ18.8232.9210.83-
YUV130.4992.7379.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.45%
GREEN value IS 177 (69.53% from 255) = 57.47%
BLUE value IS 68 (26.95% from 255) = 22.08%
R=20.45%
G=57.47%
B=22.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63177680.6400.620.31122.6347.547.06
Hex3FB1444003E1F7b302f
Octal77261104100076371736057
Binary11111110110001100010010000000111110111111111011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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